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

This commit is contained in:
Hadi Nategh 2014-01-29 09:04:10 +00:00
parent 56e3607b70
commit f532c22707

View File

@ -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;