1
0
Fork 0

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:
Michael Hackstein 2014-01-24 23:58:10 +01:00
parent a0316bf03b
commit b4f9c89b2d
2 changed files with 14 additions and 0 deletions

View File

@ -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;
}

View File

@ -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",