mirror of https://gitee.com/bigwinds/arangodb
Fixed Documents and Graph Management view
This commit is contained in:
parent
717baf65a3
commit
cd40fe8328
|
@ -37,10 +37,6 @@
|
||||||
margin-top: -54px !important;
|
margin-top: -54px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arangoDropdown {
|
|
||||||
margin-bottom: -10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#filterHeader, .arangoDropdownIn, #indexHeaderContent {
|
#filterHeader, .arangoDropdownIn, #indexHeaderContent {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
@ -93,10 +89,6 @@
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#documentsDiv {
|
|
||||||
margin-top: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#documentsTableID_length, #documentsTableID_filter {
|
#documentsTableID_length, #documentsTableID_filter {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,10 +36,6 @@ documentsView.css
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arangoDropdown {
|
|
||||||
margin-bottom: -10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#documentsDiv {
|
#documentsDiv {
|
||||||
margin-top: 10px !important;
|
margin-top: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue