Move map css into admin main css
This commit is contained in:
parent
0486d910ee
commit
5334d88a81
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue