forked from extern/egroupware
layout_dialog.less - css Toolbar nowrap
This commit is contained in:
parent
1aaf19f997
commit
8cf6639153
@ -5459,6 +5459,7 @@ tr.dialogHeader4 .et2_label {
|
|||||||
background-color: #679fd2;
|
background-color: #679fd2;
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
white-space: nowrap;
|
||||||
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
||||||
/*label.et2_label {}*/
|
/*label.et2_label {}*/
|
||||||
}
|
}
|
||||||
@ -5481,6 +5482,9 @@ tr.dialogHeader4 .et2_label {
|
|||||||
.dialogFooterToolbar div.et2_hbox {
|
.dialogFooterToolbar div.et2_hbox {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
.dialogFooterToolbar div.et2_box_widget {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.dialogFooterToolbar input.et2_checkbox {
|
.dialogFooterToolbar input.et2_checkbox {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
@ -376,6 +376,7 @@ tr.dialogHeader4{
|
|||||||
background-color: @color_button_panel_bg_color;
|
background-color: @color_button_panel_bg_color;
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
td {padding: 0px 5px 0px 0px;}
|
td {padding: 0px 5px 0px 0px;}
|
||||||
|
|
||||||
@ -393,6 +394,8 @@ tr.dialogHeader4{
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.et2_box_widget{white-space: nowrap;}
|
||||||
|
|
||||||
// selectbox
|
// selectbox
|
||||||
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user