mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
Change min-width for buttons dialogFootertoolbar in pixelegg template, as they were too big
This commit is contained in:
parent
8cf6639153
commit
4c115d65e9
@ -5468,7 +5468,7 @@ tr.dialogHeader4 .et2_label {
|
||||
}
|
||||
.dialogFooterToolbar button {
|
||||
height: 24px;
|
||||
min-width: 114px;
|
||||
min-width: 86px;
|
||||
}
|
||||
.dialogFooterToolbar button:hover {
|
||||
height: 24px;
|
||||
|
@ -381,7 +381,7 @@ tr.dialogHeader4{
|
||||
td {padding: 0px 5px 0px 0px;}
|
||||
|
||||
button {
|
||||
.dimension_height_m; min-width: 114px;
|
||||
.dimension_height_m; min-width: 86px;
|
||||
&:hover{.dimension_height_m;}
|
||||
&:action{.dimension_height_m;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user