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;
|
||||
margin-right: 3px; }
|
||||
|
||||
.contentDiv {
|
||||
background-color: white; }
|
||||
|
||||
#dashboardHttpGroup {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
// dbSelection
|
||||
@import "dbSelection";
|
||||
// dashboard http group
|
||||
@import "dashboard";
|
||||
// dashboard http group
|
||||
@import "dashboardHttpGroup";
|
||||
// dashboard distribution charts
|
||||
@import "dashboardDistribution";
|
||||
|
|
Loading…
Reference in New Issue