1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2013-08-12 14:55:50 +02:00
parent 071ce0e0a7
commit 46a6ea621a
5 changed files with 51 additions and 17 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -108,7 +108,7 @@ table.dataTable td {
}
#documentsTableID_wrapper {
padding-top: 30px !important;
padding-top: 28px !important;
padding-bottom: 0px !important;
}

View File

@ -1,13 +1,10 @@
<ul class="thumbnails2">
<div id="transparentHeader">
<!-- /btn-group -->
<div class="pagination pagination-small pagination-right">
<ul><li class="enabled"><a id="collectionsToggle"><span class="glyphicon glyphicon-filter" title="Settings"></span></a></li></ul>
<ul><li class="enabled"><a id="collectionsToggle"><span class="glyphicon glyphicon-cog" title="Settings"></span></a></li></ul>
</div>
<!-- /btn-group -->
<div id="transparentPlaceholder">
<input type="text" id="searchInput" class="searchInput" placeholder="Search..."><img id="searchSubmit" width="16" height="16" src="img/enter_icon.png">
</div>

View File

@ -4,6 +4,9 @@
<h4 class="headerH4">Dashboard</h4>
</div>
<div class="pagination pagination-small pull-right btn-group">
<ul><li class="enabled"><a id="dashboardToggle"><span class="glyphicon glyphicon-cog" title="Settings"></span></a></li></ul>
</div>
<!-- /btn-group -->
<div class="btn-group pull-right">