From 46a6ea621a2d8ba4e1cffdc1be4ef4fa82e3e2e9 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Mon, 12 Aug 2013 14:55:50 +0200 Subject: [PATCH] css --- html/admin/css/dashboardView.css | 44 +++++++++++++++++---- html/admin/css/documentView.css | 12 ++++-- html/admin/css/documentsView.css | 2 +- html/admin/js/templates/collectionsView.ejs | 7 +--- html/admin/js/templates/dashboardView.ejs | 3 ++ 5 files changed, 51 insertions(+), 17 deletions(-) diff --git a/html/admin/css/dashboardView.css b/html/admin/css/dashboardView.css index 872363ac60..734f62814d 100644 --- a/html/admin/css/dashboardView.css +++ b/html/admin/css/dashboardView.css @@ -20,6 +20,16 @@ margin-top: 6px; } +#dashboardHeader ul a { + margin-top: -2px; + padding-top: 5px; + padding-bottom: 3px; + padding-left: 12px; + padding-right: 8px; + border-radius: 0; + margin-right: 0px; +} + .group-close, .group-open { float:right; margin-top: 18px !important; @@ -63,11 +73,12 @@ .statSingleClient { height: 300px; width: 100% !important; - margin-top: 10px; + margin-top: 11px; margin-left: 10px !important; margin-right: 11px !important; margin-bottom: 0px !important; - background-color: #F4F3F3; + border: 1px solid #C1BDBA !important; + background-color: #FFFFFF !important; } .statClient { @@ -77,7 +88,7 @@ margin-left: 8px !important; margin-bottom: 4px !important; border: 1px solid black; - background-color: #F4F3F3; + background-color: #FFFFFF !important; } #detailGraphChart { @@ -167,6 +178,11 @@ position: relative; } +#dashboardHeader .btn-group { + border-radius: 0 !important; + max-height: 36px !important; +} + /*NVD3*/ .nv-series { display: none; @@ -284,7 +300,6 @@ } #detailReplicationDiv { - padding-top: 26px; padding-right: 20px; } @@ -317,17 +332,22 @@ } #rightReplicationDiv { - width: 100%; min-height: 150px; + margin-right: 10px; margin-bottom: 8px; + background-color: #FFFFFF; + border: 1px solid #C1BDBA; } #leftReplicationDiv h4, #rightReplicationDiv h4 { + padding-left: 5px; } #leftReplicationDiv table, #rightReplicationDiv table { width: 100%; padding-right: 10px !important; + padding-left: 10px !important; + padding-bottom: 10px; } #leftReplicationDiv table td, #rightReplicationDiv table td { @@ -345,12 +365,18 @@ background-color: #F9F9F9 !important; } +#leftReplicationDiv tbody tr, #rightReplicationDiv tbody tr { + border: 1px solid #C1BDBA; +} + #leftReplicationDiv { - width: 100%; + width: auto; min-height: 150px; margin-bottom: 8px; margin-right: 10px; - margin-top: -20px; + margin-top: -11px; + background-color: #FFFFFF; + border: 1px solid #C1BDBA; } .alignLeft { @@ -412,3 +438,7 @@ padding-right: 33px !important; margin-top: -12px !important; } + +#statSwitch { + margin-right: -40px; +} diff --git a/html/admin/css/documentView.css b/html/admin/css/documentView.css index 8a776c071a..0aba80d60f 100644 --- a/html/admin/css/documentView.css +++ b/html/admin/css/documentView.css @@ -27,15 +27,18 @@ cursor: default !important; } -#tableDiv, -#logContent { +#tableDiv, #logContent{ margin-top: 0px; padding: 20px 20px 20px 20px; -/* background-color: rgba(0, 0, 0, 0.05);*/ +} + +#logContent .tab-content { + margin-top: 1px !important; } .arangoTab a { color: black !important; + cursor: pointer; } .arangoTab > li { @@ -44,6 +47,7 @@ position: relative; z-index: 900; margin-left: 2px; + cursor: pointer; } #addDocumentLine { @@ -177,7 +181,7 @@ .arangoTab { padding-bottom: 0 !important; - margin-bottom: -5px !important; + margin-bottom: -1px !important; margin-right: 20px; } diff --git a/html/admin/css/documentsView.css b/html/admin/css/documentsView.css index 74d9586b41..aea96d79b3 100644 --- a/html/admin/css/documentsView.css +++ b/html/admin/css/documentsView.css @@ -108,7 +108,7 @@ table.dataTable td { } #documentsTableID_wrapper { - padding-top: 30px !important; + padding-top: 28px !important; padding-bottom: 0px !important; } diff --git a/html/admin/js/templates/collectionsView.ejs b/html/admin/js/templates/collectionsView.ejs index 41f1295abf..c7697fd8c8 100644 --- a/html/admin/js/templates/collectionsView.ejs +++ b/html/admin/js/templates/collectionsView.ejs @@ -1,13 +1,10 @@