From 680d6ad7e0d34f82f0605c9bd54ed14df1f977b1 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 6 Feb 2014 14:05:28 +0000 Subject: [PATCH] Fix rtl "more..." in toolbar widget. In addition, arrange actions in menulist a bit better --- etemplate/templates/default/etemplate2.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 890af03c41..3236e815b6 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1171,25 +1171,28 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button { */ .et2_toolbar { background: none; + margin: 0 !important; + padding: 0 !important; +} +.et2_toolbar button { + width: 100%; } - .ui-toolbar-menulist{ position: absolute; height: inherit !important; z-index: 999 !important; overflow: auto !important; - padding-top: 2em !important; - padding-top: 2em !important; - border-right: solid black 1px; - border-bottom: solid black 1px; - border-left: solid gray 1px; - border-top: solid gray 1px !important; - padding: 1px 1px 1px 1px !important; + border: solid black 1px; + padding: 0 !important; + margin: 0 !important; + text-align: left; + border-radius: 0; } .ui-toolbar-menulistHeader{ font-size: xx-small; height:100%; margin-top: 2px; + direction: ltr; } .et2_toolbar_activeList{ position: relative;