mirror of https://gitee.com/bigwinds/arangodb
scss
This commit is contained in:
parent
176bb36b15
commit
c833a82b70
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 10px 18px !important;
|
padding: 8px 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.key {
|
.key {
|
||||||
|
@ -84,7 +84,7 @@ table.arangoDataTable tr.odd {
|
||||||
}
|
}
|
||||||
|
|
||||||
#documentsTableID_wrapper {
|
#documentsTableID_wrapper {
|
||||||
min-height: 513px !important;
|
min-height: 480px !important;
|
||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
|
|
||||||
.fg-toolbar {
|
.fg-toolbar {
|
||||||
|
|
|
@ -173,6 +173,7 @@ div.dropdownImport {
|
||||||
}
|
}
|
||||||
|
|
||||||
select.filterSelect {
|
select.filterSelect {
|
||||||
|
color: blue;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
Loading…
Reference in New Issue