From d43c0c1a6bc81dbd5ff785e4413006fd892fb062 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Tue, 14 Aug 2012 11:52:36 +0000 Subject: [PATCH] forgotten css styles for et2_itempicker --- etemplate/templates/default/etemplate2.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 1474a98a36..489e446536 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -857,12 +857,27 @@ div.et2_progress > div { } .et2_itempicker_search { + display: inline-block; margin: 1em; margin-bottom: 0; + margin-right: 0; width: 67%; padding: 0.2em; } +.et2_itempicker_clear { + position: relative; + top: 3px; + left: -20px; +} + +.et2_itempicker_button_action { + position: absolute; + margin: 1em; + top: 0; + right: 0; +} + .et2_itempicker_itemlist { display: block; border: 1px solid #b6b6b6;