mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +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 {
|
.dialogFooterToolbar button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
min-width: 114px;
|
min-width: 86px;
|
||||||
}
|
}
|
||||||
.dialogFooterToolbar button:hover {
|
.dialogFooterToolbar button:hover {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
@ -381,7 +381,7 @@ tr.dialogHeader4{
|
|||||||
td {padding: 0px 5px 0px 0px;}
|
td {padding: 0px 5px 0px 0px;}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
.dimension_height_m; min-width: 114px;
|
.dimension_height_m; min-width: 86px;
|
||||||
&:hover{.dimension_height_m;}
|
&:hover{.dimension_height_m;}
|
||||||
&:action{.dimension_height_m;}
|
&:action{.dimension_height_m;}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user