Skip to content

Commit

Permalink
Issue #1060: Fix button css for activities.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenoe committed Nov 24, 2021
1 parent 5be710d commit fcca154
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
12 changes: 12 additions & 0 deletions var/httpd/htdocs/skins/Customer/default/css/Core.Process.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
top: -24px;
}

/* icons, buttons,... */

.Activity button.oooXS {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: auto;
min-width: 106px;
max-width: 300px;
padding: 1px 16px;
}

/* Fields */

.FieldExplanation {
Expand Down
26 changes: 18 additions & 8 deletions var/httpd/htdocs/skins/Customer/default/css/Core.TicketZoom.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
background-color: var(--colBGLight);
}

.Activity {
display: none;
}

.EmptyMessage {
padding: 24px;
}

.oooAvatar {
height: 32px;
}
Expand Down Expand Up @@ -228,6 +220,24 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
text-align: right;
}

.Activity {
display: none;
}

.EmptyMessage {
padding: 24px;
}

button.oooM.ActivityStartButton {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: auto;
min-width: 162px;
max-width: 240px;
padding: 1px 16px;
}

@media only screen and (min-width: 1024px) {

#oooMainBox {
Expand Down

0 comments on commit fcca154

Please sign in to comment.