From 0a81babb575bf7c6d3db0bcad9d179a4d83a7cae Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 20 Aug 2013 09:01:21 +0200 Subject: [PATCH 1/2] css/collectionsView.css --- html/admin/css/collectionsView.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/admin/css/collectionsView.css b/html/admin/css/collectionsView.css index b35f80a20e..7659f595de 100644 --- a/html/admin/css/collectionsView.css +++ b/html/admin/css/collectionsView.css @@ -275,7 +275,8 @@ border-top: 0; .containerdivNewLine { clear: both; float: left; - display: block; + /*display: block;*/ + display:none; position: relative; margin-bottom: 30px; } From 757740632d7282a77edb7bba63f7fa6b052bb958 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 20 Aug 2013 09:35:35 +0200 Subject: [PATCH 2/2] dashboard tab css bugfix --- html/admin/css/dashboardView.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/html/admin/css/dashboardView.css b/html/admin/css/dashboardView.css index 470f4306d8..9f63309418 100644 --- a/html/admin/css/dashboardView.css +++ b/html/admin/css/dashboardView.css @@ -23,6 +23,8 @@ #dashboardHeader .btn-group { margin-left: 10px; margin-top: 6px; + margin-bottom: 0; + padding-bottom: 0; } #dashboardHeader ul a { @@ -192,7 +194,7 @@ li:hover h6, li.hover h6 { #dashboardHeader .btn-group { border-radius: 0 !important; - max-height: 36px !important; + max-height: 30px !important; } /*NVD3*/ @@ -478,8 +480,12 @@ li:hover h6, li.hover h6 { float:none; } +#statSwitch, #replSwitch { + float:right; +} + #statSwitch { - margin-left: 15px; + margin-right: -3px; } .arangoSubHeader {