Minor style for widgets.

This commit is contained in:
Emanuel Schuetze 2012-09-11 00:05:20 +02:00
parent 2bf992117c
commit 51ab5e3850

View File

@ -61,6 +61,9 @@
list-style: none inside none; list-style: none inside none;
margin: 0; margin: 0;
} }
.widget-content hr {
margin: 5px 0;
}
.ui-sortable-placeholder { .ui-sortable-placeholder {
border: 2px dashed #555555; border: 2px dashed #555555;
@ -95,6 +98,7 @@
height: 192px;/*230px;*/ height: 192px;/*230px;*/
position: relative; position: relative;
overflow: hidden; overflow: hidden;
border: 1px solid #D5D5D5;
} }
#iframeoverlay { #iframeoverlay {