chrome fixes

This commit is contained in:
Stefan Breunig
2013-02-04 10:12:20 +01:00
parent f92c963a54
commit cdef7d2496
3 changed files with 6 additions and 3 deletions

View File

@ -15,7 +15,7 @@ body {
}
#map {
width: calc(100% - 302px);
margin-right:302px;
}
#sidebar {
@ -127,6 +127,8 @@ a:hover {
overflow-x:hidden;
overflow-y:scroll;
height: calc(100% - 4px);
height: -webkit-calc(100% - 4px);
height: -moz-calc(100% - 4px);
padding: 2px;
}
@ -431,6 +433,7 @@ aside:nth-child(odd) span {
/* update status */
#updatestatus {
background: #000;
border-bottom: 0;
border-top: 1px solid #c3c3c3;
bottom: 0;