mirror of https://gitee.com/bigwinds/arangodb
css
This commit is contained in:
parent
5fd4c72bef
commit
c99ab8bd74
|
@ -0,0 +1,3 @@
|
||||||
|
.contentDiv {
|
||||||
|
background-color: white;
|
||||||
|
}
|
|
@ -858,6 +858,9 @@ select.filterSelect {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 3px; }
|
margin-right: 3px; }
|
||||||
|
|
||||||
|
.contentDiv {
|
||||||
|
background-color: white; }
|
||||||
|
|
||||||
#dashboardHttpGroup {
|
#dashboardHttpGroup {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
// dbSelection
|
// dbSelection
|
||||||
@import "dbSelection";
|
@import "dbSelection";
|
||||||
// dashboard http group
|
// dashboard http group
|
||||||
|
@import "dashboard";
|
||||||
|
// dashboard http group
|
||||||
@import "dashboardHttpGroup";
|
@import "dashboardHttpGroup";
|
||||||
// dashboard distribution charts
|
// dashboard distribution charts
|
||||||
@import "dashboardDistribution";
|
@import "dashboardDistribution";
|
||||||
|
|
Loading…
Reference in New Issue