Makes the grid work in chrome, ff, and ie10

This commit is contained in:
perploug
2013-08-21 14:24:42 +02:00
parent fc87a91e14
commit 35538d0fa2

View File

@@ -76,18 +76,33 @@ body {
display: block;
margin: 0px;
z-index: 100;
position: relative;
position: absolute;
top: 0;
left: 0;
right: 0;
}
#navigation {
left: 80px;
top: 0;
bottom: 0;
position: absolute;
z-index: 100;
background: @white;
height: 100%;
}
.navigation-inner-container{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
padding-top: 100px;
background: green;
}
#dialog {
min-width: 500px;
left: 100%;