mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
5c1d17daea
|
@ -275,7 +275,8 @@ border-top: 0;
|
||||||
.containerdivNewLine {
|
.containerdivNewLine {
|
||||||
clear: both;
|
clear: both;
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
/*display: block;*/
|
||||||
|
display:none;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
#dashboardHeader .btn-group {
|
#dashboardHeader .btn-group {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboardHeader ul a {
|
#dashboardHeader ul a {
|
||||||
|
@ -192,7 +194,7 @@ li:hover h6, li.hover h6 {
|
||||||
|
|
||||||
#dashboardHeader .btn-group {
|
#dashboardHeader .btn-group {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
max-height: 36px !important;
|
max-height: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*NVD3*/
|
/*NVD3*/
|
||||||
|
@ -478,8 +480,12 @@ li:hover h6, li.hover h6 {
|
||||||
float:none;
|
float:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#statSwitch, #replSwitch {
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
|
||||||
#statSwitch {
|
#statSwitch {
|
||||||
margin-left: 15px;
|
margin-right: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arangoSubHeader {
|
.arangoSubHeader {
|
||||||
|
|
Loading…
Reference in New Issue