Change min-width for buttons dialogFootertoolbar in pixelegg template, as they were too big

This commit is contained in:
Hadi Nategh 2014-03-12 10:06:54 +00:00
parent 8cf6639153
commit 4c115d65e9
2 changed files with 2 additions and 2 deletions

View File

@ -5468,7 +5468,7 @@ tr.dialogHeader4 .et2_label {
}
.dialogFooterToolbar button {
height: 24px;
min-width: 114px;
min-width: 86px;
}
.dialogFooterToolbar button:hover {
height: 24px;

View File

@ -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;}
}