mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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;
|
||||
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;
|
||||
}
|
||||
|
@ -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;}*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user