fix layout for IE
This commit is contained in:
parent
1eaf39641f
commit
383f8001a0
17 changed files with 63 additions and 40 deletions
|
|
@ -688,7 +688,6 @@ a.button-setup {
|
|||
|
||||
.locked {
|
||||
font-size: 11px;
|
||||
margin-top: 0.2rem;
|
||||
color: #7A8C9E;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue