From f532c22707c54c6aef89228084d8a77d74f9d0be Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 29 Jan 2014 09:04:10 +0000 Subject: [PATCH] Fix a defalut min-height for drop area in toolbar widget to be able to drop back the actions when there's no actions in action list --- etemplate/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index b9f53447e4..33794fd516 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1181,7 +1181,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button { * et2_toolbar */ .ui-toolbar_dropShadow { - height: 100%; + min-height: 30px; border: dashed; border-width: 1px; border-color: gray;