From 8cf6639153be9d93b994422905eed03aa4eee7d0 Mon Sep 17 00:00:00 2001 From: Stefan Reinhardt Date: Tue, 11 Mar 2014 18:09:13 +0000 Subject: [PATCH] layout_dialog.less - css Toolbar nowrap --- pixelegg/css/pixelegg.css | 4 ++++ pixelegg/less/layout_dialog.less | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 18765ae732..a68a3915a4 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; } diff --git a/pixelegg/less/layout_dialog.less b/pixelegg/less/layout_dialog.less index af824d6540..70bb669802 100755 --- a/pixelegg/less/layout_dialog.less +++ b/pixelegg/less/layout_dialog.less @@ -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;}*/