Modified admin interfaces, factored common css out

This commit is contained in:
Tom Bloor 2017-04-18 10:43:23 +01:00
parent 208e45082f
commit 36e8cfe1d0
6 changed files with 106 additions and 128 deletions

View 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);
}