fix layout for IE

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-15 17:16:51 -03:00
commit 383f8001a0
17 changed files with 63 additions and 40 deletions

View file

@ -688,7 +688,6 @@ a.button-setup {
.locked {
font-size: 11px;
margin-top: 0.2rem;
color: #7A8C9E;
}

View file

@ -19,15 +19,30 @@
}
.page, .main {
height: auto;
height: 100%;
}
.main {
height: 92%;
margin-top: 30px;
margin-left: 0;
margin-bottom: -30px;
padding: 20px 0 80px 0;
padding: 60px 0 80px 0;
}
/* Fix IE */
.extra-margin-bottom {
display: block
height: 75px
overflow: hidden
clear: both
}
/* Fix Firefox */
@-moz-document url-prefix() {
.extra-margin-bottom {
display: block;
height: 75px;
overflow: hidden;
clear: both;
}
}
.tab-bar {