From 51ab5e3850b4c677f22a98c910ab6e8772e2cd15 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 11 Sep 2012 00:05:20 +0200 Subject: [PATCH] Minor style for widgets. --- openslides/projector/static/styles/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openslides/projector/static/styles/dashboard.css b/openslides/projector/static/styles/dashboard.css index fa978c072..4a9524f65 100644 --- a/openslides/projector/static/styles/dashboard.css +++ b/openslides/projector/static/styles/dashboard.css @@ -61,6 +61,9 @@ list-style: none inside none; margin: 0; } +.widget-content hr { + margin: 5px 0; +} .ui-sortable-placeholder { border: 2px dashed #555555; @@ -95,6 +98,7 @@ height: 192px;/*230px;*/ position: relative; overflow: hidden; + border: 1px solid #D5D5D5; } #iframeoverlay {