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 {
|
main.map {
|
||||||
position:absolute;
|
position: absolute;
|
||||||
left:0;
|
left: 0;
|
||||||
top:50px;
|
top: 50px;
|
||||||
right:0;
|
right: 0;
|
||||||
bottom:0;
|
bottom: 0;
|
||||||
/*noinspection CssUnknownTarget*/
|
/*noinspection CssUnknownTarget*/
|
||||||
background: url('../../img/loader.gif') no-repeat center;
|
background: url('../../img/loader.gif') no-repeat center;
|
||||||
}
|
}
|
||||||
#map {
|
#map {
|
||||||
position:absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
left:0;
|
left: 0;
|
||||||
top:0;
|
top: 0;
|
||||||
right:0;
|
right: 0;
|
||||||
bottom:0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
#sidebar {
|
#sidebar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue