Modified admin interfaces, factored common css out
This commit is contained in:
parent
208e45082f
commit
36e8cfe1d0
6 changed files with 106 additions and 128 deletions
10
public/static/admin/css/main.css
Normal file
10
public/static/admin/css/main.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
body {
|
||||
background: whitesmoke;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
|
||||
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
|
||||
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
|
||||
}
|
Reference in a new issue