Fix layout in firefox

This commit is contained in:
Piotr Sarnacki 2012-10-16 21:17:42 +02:00
parent 0bb3eff03b
commit efcdae70c0
2 changed files with 10 additions and 20 deletions

View File

@ -13,8 +13,6 @@ html, body
.application, .application > div .application, .application > div
width: 100% width: 100%
min-height: 100% min-height: 100%
@include display-box
@include box-flex(0)
#top #top
position: absolute position: absolute
@ -30,7 +28,7 @@ html, body
@include box-align(stretch) @include box-align(stretch)
width: 100% width: 100%
min-height: 100% min-height: 100%
top: 40px margin-top: 40px
#left, #right #left, #right
@include box-flex(0) @include box-flex(0)

View File

@ -2534,17 +2534,9 @@ html, body {
.application, .application > div { .application, .application > div {
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
-webkit-box-flex: 0;
-moz-box-flex: 0;
-ms-box-flex: 0;
box-flex: 0;
} }
/* line 19, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 17, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#top { #top {
position: absolute; position: absolute;
top: 0; top: 0;
@ -2553,7 +2545,7 @@ html, body {
height: 40px; height: 40px;
} }
/* line 26, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 24, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#page { #page {
position: relative; position: relative;
display: -webkit-box; display: -webkit-box;
@ -2570,10 +2562,10 @@ html, body {
box-align: stretch; box-align: stretch;
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
top: 40px; margin-top: 40px;
} }
/* line 35, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 33, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#left, #right { #left, #right {
-webkit-box-flex: 0; -webkit-box-flex: 0;
-moz-box-flex: 0; -moz-box-flex: 0;
@ -2583,7 +2575,7 @@ html, body {
min-height: 100%; min-height: 100%;
} }
/* line 40, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 38, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#left { #left {
min-width: 250px; min-width: 250px;
max-width: 380px; max-width: 380px;
@ -2596,7 +2588,7 @@ html, body {
box-shadow: transparent 0 0 0 0, #cccccc 0 1px 8px 0, transparent 0 0 0 0, transparent 0 0 0 0; box-shadow: transparent 0 0 0 0, #cccccc 0 1px 8px 0, transparent 0 0 0 0, transparent 0 0 0 0;
} }
/* line 49, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 47, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#main { #main {
-webkit-box-flex: 4; -webkit-box-flex: 4;
-moz-box-flex: 4; -moz-box-flex: 4;
@ -2608,7 +2600,7 @@ html, body {
padding: 20px 40px 80px 30px; padding: 20px 40px 80px 30px;
} }
/* line 56, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 54, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#right { #right {
width: 205px; width: 205px;
padding: 11px 20px 80px 20px; padding: 11px 20px 80px 20px;
@ -2617,7 +2609,7 @@ html, body {
} }
@media screen and (max-width: 1400px) { @media screen and (max-width: 1400px) {
/* line 63, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 61, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#left .duration_label { #left .duration_label {
display: inline-block; display: inline-block;
width: 11px; width: 11px;
@ -2629,7 +2621,7 @@ html, body {
} }
} }
@media screen and (max-width: 1310px) { @media screen and (max-width: 1310px) {
/* line 73, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */ /* line 71, /Users/drogus/code/travis/travis-ember/assets/styles/layout.sass */
#left .finished_at_label { #left .finished_at_label {
display: none; display: none;
} }