reformat some css
This commit is contained in:
parent
cdef44e64b
commit
bf6a8b0e87
1 changed files with 10 additions and 10 deletions
|
@ -46,21 +46,21 @@ input {
|
|||
}
|
||||
|
||||
main.map {
|
||||
position:absolute;
|
||||
left:0;
|
||||
top:50px;
|
||||
right:0;
|
||||
bottom:0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
/*noinspection CssUnknownTarget*/
|
||||
background: url('../../img/loader.gif') no-repeat center;
|
||||
}
|
||||
#map {
|
||||
position:absolute;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
left:0;
|
||||
top:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
#sidebar {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue