mirror of https://gitee.com/bigwinds/arangodb
Added a new css file to contain all information regarding the header bar on top of each view. Content has to be moved there though
This commit is contained in:
parent
a0316bf03b
commit
b4f9c89b2d
|
@ -0,0 +1,13 @@
|
|||
div.headerBar {
|
||||
position: relative;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
div.headerBar > div.pagination {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
margin: 4px 0px;
|
||||
}
|
||||
|
||||
|
|
@ -129,6 +129,7 @@
|
|||
"frontend/css/datatables.css",
|
||||
"frontend/css/api.css",
|
||||
"frontend/css/general.css",
|
||||
"frontend/css/headerBar.css",
|
||||
"frontend/css/buttons.css",
|
||||
"frontend/css/dropdowns.css",
|
||||
"frontend/css/screenSizes.css",
|
||||
|
|
Loading…
Reference in New Issue