From a8df8165eae2abf8db3a40b5d4aae9368ee081a6 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 9 Oct 2014 11:21:13 +0200 Subject: more css fixes --- view/css/widgets.css | 4 ++++ view/theme/redbasic/css/style.css | 1 + 2 files changed, 5 insertions(+) (limited to 'view') diff --git a/view/css/widgets.css b/view/css/widgets.css index 2bb6a125b..5176c6934 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -73,6 +73,10 @@ margin: 2px 0px 0px 10px; } +#posted-date-selector li:not(:first-child) { + margin-top: 2px; +} + /* categories */ diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f8305e32b..b5fccc1b9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1526,6 +1526,7 @@ div.jGrowl div.jGrowl-notification { margin-left: $radiuspx; border: 1px solid #ccc; border-top: none; + width: calc(197px - $radiuspx * 2) !important; } #recip-ac .autocomplete, -- cgit v1.2.3