layout_dialog.less - css Toolbar nowrap

This commit is contained in:
Stefan Reinhardt 2014-03-11 18:09:13 +00:00
parent 1aaf19f997
commit 8cf6639153
2 changed files with 8 additions and 1 deletions

View File

@ -5459,6 +5459,7 @@ tr.dialogHeader4 .et2_label {
background-color: #679fd2;
margin: 10px 0 0 0;
padding: 3px;
white-space: nowrap;
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
/*label.et2_label {}*/
}
@ -5481,6 +5482,9 @@ tr.dialogHeader4 .et2_label {
.dialogFooterToolbar div.et2_hbox {
white-space: normal;
}
.dialogFooterToolbar div.et2_box_widget {
white-space: nowrap;
}
.dialogFooterToolbar input.et2_checkbox {
top: 0px;
}

View File

@ -361,7 +361,7 @@ tr.dialogHeader4{
border-bottom: 0px solid @gray_10;
td {padding: 2px 2px;}
.et2_label {margin-left: 6px; display: block;}
}
@ -376,6 +376,7 @@ tr.dialogHeader4{
background-color: @color_button_panel_bg_color;
margin: 10px 0 0 0;
padding: 3px;
white-space: nowrap;
td {padding: 0px 5px 0px 0px;}
@ -393,6 +394,8 @@ tr.dialogHeader4{
white-space: normal;
}
div.et2_box_widget{white-space: nowrap;}
// selectbox
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/