1
- /* W3.CSS 2.85 Jan 2017 by Jan Egil and Borge Refsnes */
1
+ /* W3.CSS 2.88 Jan 2017 by Jan Egil and Borge Refsnes */
2
2
html {box-sizing : border-box}* , * : before , * : after {box-sizing : inherit}
3
3
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
4
4
html {-ms-text-size-adjust : 100% ;-webkit-text-size-adjust : 100% }body {margin : 0 }
@@ -148,6 +148,8 @@ input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:d
148
148
.w3-col .l12 {width : 99.99999% }}
149
149
.w3-content {max-width : 980px ;margin : auto}
150
150
.w3-rest {overflow : hidden}
151
+ .w3-layout-container {display : table;width : 100% }.w3-layout-row {display : table-row}.w3-layout-cell , .w3-layout-col {display : table-cell}
152
+ .w3-layout-top {vertical-align : top}.w3-layout-middle {vertical-align : middle}.w3-layout-bottom {vertical-align : bottom}
151
153
.w3-hide {display : none!important }.w3-show-block , .w3-show {display : block!important }.w3-show-inline-block {display : inline-block!important }
152
154
@media (max-width : 600px ){.w3-modal-content {margin : 0 10px ;width : auto!important }.w3-modal {padding-top : 30px }}
153
155
@media (max-width : 768px ){.w3-modal-content {width : 500px }.w3-modal {padding-top : 50px }}
@@ -158,6 +160,7 @@ input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:d
158
160
@media (max-width : 600px ){.w3-hide-small {display : none!important }}
159
161
@media (max-width : 992px ) and (min-width : 601px ){.w3-hide-medium {display : none!important }}
160
162
@media (min-width : 993px ){.w3-hide-large {display : none!important }}
163
+ @media only screen and (max-width : 600px ){.w3-layout-col {display : block;width : 100% !important }}
161
164
@media screen and (max-width : 992px ){.w3-sidenav .w3-collapse {display : none}.w3-main {margin-left : 0 !important ;margin-right : 0 !important }}
162
165
@media screen and (min-width : 993px ){.w3-sidenav .w3-collapse {display : block!important }}
163
166
.w3-top , .w3-bottom {position : fixed;width : 100% ;z-index : 1 }.w3-top {top : 0 }.w3-bottom {bottom : 0 }
0 commit comments