From bb5bb089c80d38eb5bebb6e3b6bfde605b146198 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 13 Aug 2013 12:51:53 +0200 Subject: [PATCH] css --- html/admin/css/collectionsView.css | 4 +--- html/admin/css/documentView.css | 33 +++++++++++++++++------------- html/admin/css/layout.css | 2 +- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/html/admin/css/collectionsView.css b/html/admin/css/collectionsView.css index eddbfd90f8..d578faf84f 100644 --- a/html/admin/css/collectionsView.css +++ b/html/admin/css/collectionsView.css @@ -93,11 +93,9 @@ #transparentHeader { height: 36px; - margin-top: 20px !important; + margin-top: 5px !important; margin-bottom: -10px !important; background-color:#686766; - border-top: 1px solid #a0a0a0; - border-bottom: 1px solid #a0a0a0; color:#FFF; margin-left: 5px; margin-right: 5px; diff --git a/html/admin/css/documentView.css b/html/admin/css/documentView.css index c932b7f46e..6c04d6139d 100644 --- a/html/admin/css/documentView.css +++ b/html/admin/css/documentView.css @@ -63,26 +63,35 @@ cursor: pointer; } +#deleteRow { + margin-right: 3px !important; + margin-top: -8px; +} + #addRow { - margin-right:9px; - padding-right: 0; + margin-top: -8px; } #deleteRow, #addRow { float: right; border: medium none; - margin-top: -8px; background-color: transparent; + margin-right: 5px; + padding-right: 0; } #documentTableID { font-weight: 300; border-collapse:separate; border-spacing:0 0px; - border:1px solid #c1bdba; + border-top: 1px solid #888; background-color: #FFFFFF; } +table.dataTable thead th { + font-weight: 400 !important; +} + #documentTableID thead { text-align: left; padding-top: 6px; @@ -149,10 +158,7 @@ .arangoTab > li:hover > a { border-radius: 0 !important; background-color: #F1F0EE; - border-top: 1px solid #C1BDBA; - border-left: 1px solid #C1BDBA; - border-right: 1px solid #C1BDBA; - border-bottom: 1px solid #C1BDBA; + border-bottom: 1px solid #888; font-size: 13px !important; padding-top: 4px; padding-bottom: 4px; @@ -171,9 +177,9 @@ .arangoTab > li.active > a, .arangoTab > li:hover.active > a { background: #FFF; - border-left: 1px solid #C1BDBA; - border-right: 1px solid #C1BDBA; - border-top: 1px solid #C1BDBA; + border-left: 1px solid #888; + border-right: 1px solid #888; + border-top: 1px solid #888; border-bottom: 1px solid #FFFFFF; } @@ -200,7 +206,7 @@ .arangoTab { padding-bottom: 0 !important; margin-bottom: -1px !important; - margin-right: 25px; + margin-right: 20px; } .arangoTab .nav-tabs li { @@ -212,7 +218,7 @@ } table.dataTable thead th { - padding: 7px 18px 7px 20px; + padding: 7px 18px 5px 20px; } table.dataTable td { @@ -221,6 +227,5 @@ table.dataTable td { .tdRoundButton { padding-top: 7px !important; - padding-right: 1px; float: right; } diff --git a/html/admin/css/layout.css b/html/admin/css/layout.css index 6d5bea7d8a..b9c7494b9c 100644 --- a/html/admin/css/layout.css +++ b/html/admin/css/layout.css @@ -117,7 +117,7 @@ input { } #content { - margin-top: 44px; + margin-top: 74px; min-height: 80px; height: 100%; width: 100%;