Move map css into admin main css

This commit is contained in:
Tom Bloor 2017-09-22 17:35:24 +01:00
parent 0486d910ee
commit 5334d88a81
1 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,9 @@ body {
-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);
}
#map {
width: 100%;
height: 400px;
background-color: grey;
}