diff --git a/html/admin/css/collectionsView.css b/html/admin/css/collectionsView.css index 8b0df8f386..892a819007 100644 --- a/html/admin/css/collectionsView.css +++ b/html/admin/css/collectionsView.css @@ -23,7 +23,7 @@ .thumbnails2 { padding-top: 1px !important; - background-color: rgba(0, 0, 0, 0.07); + background-color: rgba(0, 0, 0, 0.025); margin-left:0; margin-bottom:0; } @@ -34,12 +34,12 @@ padding-right: 20px; padding-bottom: 10px; padding-top: 10px; - background-color: rgba(0, 0, 0, 0.05); + background-color: rgba(0, 0, 0, 0.025); } .thumbnails li { background-color: #f4f3f3; - border: 2px solid #FFF; + border: 2px solid rgba(0, 0, 0, 0.1); } .thumbnails a.add { @@ -72,7 +72,7 @@ margin-top: 3px; padding: 2px; vertical-align: middle; - width:220px; + width:218px !important; border-radius: 0px 0px 0px 0px !important; } @@ -101,7 +101,10 @@ border-top: 1px solid #a0a0a0; border-bottom: 1px solid #a0a0a0; color:#FFF; - padding:0 20px; + margin-left: 15px; + margin-right: 15px; + padding-left: 5px; + padding-right: 5px; position:relative; } diff --git a/html/admin/css/dashboardView.css b/html/admin/css/dashboardView.css index 72f0a279ca..36635cf1fe 100644 --- a/html/admin/css/dashboardView.css +++ b/html/admin/css/dashboardView.css @@ -153,16 +153,17 @@ } #dashboardHeader { + padding-left: 5px; + margin-left: 15px; + margin-right: 15px; + padding-right: 5px; background-color: #686766; border-bottom: 1px solid #A0A0A0; border-top: 1px solid #A0A0A0; color: #FFFFFF; height: 36px; margin-bottom: 0px !important; - margin-left: 0; - margin-right: 0; margin-top: 20px !important; - padding: 0 20px; position: relative; } diff --git a/html/admin/css/documentSourceView.css b/html/admin/css/documentSourceView.css index 69f5ba9eb8..3e5ccaf7b6 100644 --- a/html/admin/css/documentSourceView.css +++ b/html/admin/css/documentSourceView.css @@ -20,7 +20,7 @@ } #sourceDiv { - margin-top: -40px; + margin-top: 0px; padding: 20px 20px 20px 20px; min-height: 400px; } diff --git a/html/admin/css/documentView.css b/html/admin/css/documentView.css index 76d21719c1..8c6c204f26 100644 --- a/html/admin/css/documentView.css +++ b/html/admin/css/documentView.css @@ -29,16 +29,15 @@ #tableDiv, #logContent { - margin-top: -40px; + margin-top: 0px; padding: 20px 20px 20px 20px; /* background-color: rgba(0, 0, 0, 0.05);*/ } -#tableDiv .nav-tabs > li, -#sourceDiv .nav-tabs > li, -#logContent .nav-tabs > li { +.arangoTab > li { position: relative; z-index: 900; + margin-left: 2px; } #addDocumentLine { @@ -118,31 +117,42 @@ background:#F1F0EE;/* #fdf6df*/ } -#tableDiv .nav-tabs > .active > a, #tableDiv .nav-tabs > .active > a:hover { - border:none; + +.arangoTab { + margin-bottom:-1px; + margin-right: 20px; } -#tableDiv .nav-tabs, -#sourceDiv .nav-tabs { - margin-bottom:-1px; border-bottom:#FFFFFF solid 1px; +.arangoTab > li > a, +.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; + font-size: 13px !important; + padding-top: 4px; + padding-bottom: 4px; + padding-left: 4px; + padding-right: 4px; } -#tableDiv .nav-tabs > li > a, -#tableDiv .nav-tabs > li:hover > a, -#sourceDiv .nav-tabs > li > a, -#sourceDiv .nav-tabs > li:hover > a { - border-top: 1px solid #F3EFEC; - border-left: 1px solid #F3EFEC; - border-right: 1px solid #F3EFEC; - border-bottom: 1px solid #F3EFEC; +.arangoTab > li.active { + width: auto; } -#tableDiv .nav-tabs > li.active > a, -#tableDiv .nav-tabs > li:hover.active > a, -#sourceDiv .nav-tabs > li.active > a, -#sourceDiv .nav-tabs > li:hover.active > a { - background: #FFF; - border: 1px solid #FFF; +.arangoTab > li > a { + background-color: none; +} + +.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-bottom: 1px solid #FFFFFF; } .rightCell{ @@ -165,7 +175,14 @@ resize: vertical; } -#tableDiv .nav-tabs li { - background-color: #F2EEEB !important; +.arangoTab { + margin-bottom: -5px !important; +} + +.arangoTab .nav-tabs li { margin-left: 2px; } + +#logContent .tab-content { + margin-top: 5px; +} diff --git a/html/admin/css/logsView.css b/html/admin/css/logsView.css index b41a649514..75159f85bc 100644 --- a/html/admin/css/logsView.css +++ b/html/admin/css/logsView.css @@ -68,10 +68,6 @@ background-color: none !important; /*border-bottom: 1px solid #C1BDBA;*/ } -.nav-tabs > li > a, .nav-tabs > li > a:hover { - border-radius: 0 0 0 0; -} - #logTableID .firstcol, #infoTableID .firstcol, #debugTableID .firstcol, #critTableID .firstcol, #warnTableID .firstcol { background-color: #F4F4F4 !important; width: 80px !important; @@ -107,56 +103,12 @@ background-color: none !important; #logTableID_wrapper, #infoTableID_wrapper, #debugTableID_wrapper, #critTableID_wrapper, #warnTableID_wrapper{ } -#logNav li a { - margin-left: 10px !important; -} - -#logNav li a { - background-color: #686766 !important; -} - -#logNav li a { - background-color: #BFBDBC !important; - border: 0px solid #FFFFFF !important; - background-image: none !important; - color: white !important; - padding: 0; - background-color: #686766; - /*border-radius: 4px 4px 4px 4px;*/ -} - -#logNav .active a { - background-color: #EEEAE6 !important; - color: black !important; -} - #logContent .dataTable { › table-layout:fixed !important; › border-collapse:separate; › border-spacing:0 5px; } -#logNav li a { - width: 65px; - text-align: center; - margin-top: -20px; - background-color: #686766 !important; -} - -#logNav .active a { - background-color: #8F8D8C !important; - color: #FFFFFF !important; - margin-top: -10px !important; -} -#logNav li a:hover { - background-color: #8F8D8C !important; -} - -#logNav .active h6 { - margin-top: 0px !important; - margin-bottom: 0px !important; -} - #logtestdiv a { border-radius: 0 !important; } diff --git a/html/admin/js/templates/dashboardView.ejs b/html/admin/js/templates/dashboardView.ejs index 1e95a33296..b1ffb51764 100644 --- a/html/admin/js/templates/dashboardView.ejs +++ b/html/admin/js/templates/dashboardView.ejs @@ -11,6 +11,9 @@
+ +
@@ -35,6 +38,13 @@