Show More
@@ -187,6 +187,26 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
187 | /* Modern browsers */ |
|
187 | /* Modern browsers */ | |
188 | justify-content: center; |
|
188 | justify-content: center; | |
189 | } |
|
189 | } | |
|
190 | .hbox.baseline, | |||
|
191 | .vbox.baseline, | |||
|
192 | .baseline { | |||
|
193 | /* Old browsers */ | |||
|
194 | -webkit-box-pack: baseline; | |||
|
195 | -moz-box-pack: baseline; | |||
|
196 | box-pack: baseline; | |||
|
197 | /* Modern browsers */ | |||
|
198 | justify-content: baseline; | |||
|
199 | } | |||
|
200 | .hbox.stretch, | |||
|
201 | .vbox.stretch, | |||
|
202 | .stretch { | |||
|
203 | /* Old browsers */ | |||
|
204 | -webkit-box-pack: stretch; | |||
|
205 | -moz-box-pack: stretch; | |||
|
206 | box-pack: stretch; | |||
|
207 | /* Modern browsers */ | |||
|
208 | justify-content: stretch; | |||
|
209 | } | |||
190 | .hbox.align-start, |
|
210 | .hbox.align-start, | |
191 | .vbox.align-start, |
|
211 | .vbox.align-start, | |
192 | .align-start { |
|
212 | .align-start { | |
@@ -217,6 +237,26 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
217 | /* Modern browsers */ |
|
237 | /* Modern browsers */ | |
218 | align-items: center; |
|
238 | align-items: center; | |
219 | } |
|
239 | } | |
|
240 | .hbox.align-baseline, | |||
|
241 | .vbox.align-baseline, | |||
|
242 | .align-baseline { | |||
|
243 | /* Old browsers */ | |||
|
244 | -webkit-box-align: baseline; | |||
|
245 | -moz-box-align: baseline; | |||
|
246 | box-align: baseline; | |||
|
247 | /* Modern browsers */ | |||
|
248 | align-items: baseline; | |||
|
249 | } | |||
|
250 | .hbox.align-stretch, | |||
|
251 | .vbox.align-stretch, | |||
|
252 | .align-stretch { | |||
|
253 | /* Old browsers */ | |||
|
254 | -webkit-box-align: stretch; | |||
|
255 | -moz-box-align: stretch; | |||
|
256 | box-align: stretch; | |||
|
257 | /* Modern browsers */ | |||
|
258 | align-items: stretch; | |||
|
259 | } | |||
220 | div.error { |
|
260 | div.error { | |
221 | margin: 2em; |
|
261 | margin: 2em; | |
222 | text-align: center; |
|
262 | text-align: center; | |
@@ -1533,6 +1573,9 b' div.cell.text_cell.rendered {' | |||||
1533 | /* Modern browsers */ |
|
1573 | /* Modern browsers */ | |
1534 | justify-content: flex-start; |
|
1574 | justify-content: flex-start; | |
1535 | /* Box */ |
|
1575 | /* Box */ | |
|
1576 | /* Old browsers */ | |||
|
1577 | /* Modern browsers */ | |||
|
1578 | /* Box */ | |||
1536 | box-sizing: border-box; |
|
1579 | box-sizing: border-box; | |
1537 | -moz-box-sizing: border-box; |
|
1580 | -moz-box-sizing: border-box; | |
1538 | -webkit-box-sizing: border-box; |
|
1581 | -webkit-box-sizing: border-box; | |
@@ -1585,6 +1628,9 b' div.cell.text_cell.rendered {' | |||||
1585 | /* Modern browsers */ |
|
1628 | /* Modern browsers */ | |
1586 | justify-content: flex-start; |
|
1629 | justify-content: flex-start; | |
1587 | /* Box */ |
|
1630 | /* Box */ | |
|
1631 | /* Old browsers */ | |||
|
1632 | /* Modern browsers */ | |||
|
1633 | /* Box */ | |||
1588 | box-sizing: border-box; |
|
1634 | box-sizing: border-box; | |
1589 | -moz-box-sizing: border-box; |
|
1635 | -moz-box-sizing: border-box; | |
1590 | -webkit-box-sizing: border-box; |
|
1636 | -webkit-box-sizing: border-box; | |
@@ -1640,6 +1686,9 b' div.cell.text_cell.rendered {' | |||||
1640 | /* Modern browsers */ |
|
1686 | /* Modern browsers */ | |
1641 | justify-content: flex-start; |
|
1687 | justify-content: flex-start; | |
1642 | /* Box */ |
|
1688 | /* Box */ | |
|
1689 | /* Old browsers */ | |||
|
1690 | /* Modern browsers */ | |||
|
1691 | /* Box */ | |||
1643 | box-sizing: border-box; |
|
1692 | box-sizing: border-box; | |
1644 | -moz-box-sizing: border-box; |
|
1693 | -moz-box-sizing: border-box; | |
1645 | -webkit-box-sizing: border-box; |
|
1694 | -webkit-box-sizing: border-box; | |
@@ -1692,6 +1741,9 b' div.cell.text_cell.rendered {' | |||||
1692 | /* Modern browsers */ |
|
1741 | /* Modern browsers */ | |
1693 | justify-content: flex-start; |
|
1742 | justify-content: flex-start; | |
1694 | /* Box */ |
|
1743 | /* Box */ | |
|
1744 | /* Old browsers */ | |||
|
1745 | /* Modern browsers */ | |||
|
1746 | /* Box */ | |||
1695 | box-sizing: border-box; |
|
1747 | box-sizing: border-box; | |
1696 | -moz-box-sizing: border-box; |
|
1748 | -moz-box-sizing: border-box; | |
1697 | -webkit-box-sizing: border-box; |
|
1749 | -webkit-box-sizing: border-box; |
@@ -7539,6 +7539,26 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
7539 | /* Modern browsers */ |
|
7539 | /* Modern browsers */ | |
7540 | justify-content: center; |
|
7540 | justify-content: center; | |
7541 | } |
|
7541 | } | |
|
7542 | .hbox.baseline, | |||
|
7543 | .vbox.baseline, | |||
|
7544 | .baseline { | |||
|
7545 | /* Old browsers */ | |||
|
7546 | -webkit-box-pack: baseline; | |||
|
7547 | -moz-box-pack: baseline; | |||
|
7548 | box-pack: baseline; | |||
|
7549 | /* Modern browsers */ | |||
|
7550 | justify-content: baseline; | |||
|
7551 | } | |||
|
7552 | .hbox.stretch, | |||
|
7553 | .vbox.stretch, | |||
|
7554 | .stretch { | |||
|
7555 | /* Old browsers */ | |||
|
7556 | -webkit-box-pack: stretch; | |||
|
7557 | -moz-box-pack: stretch; | |||
|
7558 | box-pack: stretch; | |||
|
7559 | /* Modern browsers */ | |||
|
7560 | justify-content: stretch; | |||
|
7561 | } | |||
7542 | .hbox.align-start, |
|
7562 | .hbox.align-start, | |
7543 | .vbox.align-start, |
|
7563 | .vbox.align-start, | |
7544 | .align-start { |
|
7564 | .align-start { | |
@@ -7569,6 +7589,26 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
7569 | /* Modern browsers */ |
|
7589 | /* Modern browsers */ | |
7570 | align-items: center; |
|
7590 | align-items: center; | |
7571 | } |
|
7591 | } | |
|
7592 | .hbox.align-baseline, | |||
|
7593 | .vbox.align-baseline, | |||
|
7594 | .align-baseline { | |||
|
7595 | /* Old browsers */ | |||
|
7596 | -webkit-box-align: baseline; | |||
|
7597 | -moz-box-align: baseline; | |||
|
7598 | box-align: baseline; | |||
|
7599 | /* Modern browsers */ | |||
|
7600 | align-items: baseline; | |||
|
7601 | } | |||
|
7602 | .hbox.align-stretch, | |||
|
7603 | .vbox.align-stretch, | |||
|
7604 | .align-stretch { | |||
|
7605 | /* Old browsers */ | |||
|
7606 | -webkit-box-align: stretch; | |||
|
7607 | -moz-box-align: stretch; | |||
|
7608 | box-align: stretch; | |||
|
7609 | /* Modern browsers */ | |||
|
7610 | align-items: stretch; | |||
|
7611 | } | |||
7572 | div.error { |
|
7612 | div.error { | |
7573 | margin: 2em; |
|
7613 | margin: 2em; | |
7574 | text-align: center; |
|
7614 | text-align: center; | |
@@ -9305,6 +9345,9 b' div.cell.text_cell.rendered {' | |||||
9305 | /* Modern browsers */ |
|
9345 | /* Modern browsers */ | |
9306 | justify-content: flex-start; |
|
9346 | justify-content: flex-start; | |
9307 | /* Box */ |
|
9347 | /* Box */ | |
|
9348 | /* Old browsers */ | |||
|
9349 | /* Modern browsers */ | |||
|
9350 | /* Box */ | |||
9308 | box-sizing: border-box; |
|
9351 | box-sizing: border-box; | |
9309 | -moz-box-sizing: border-box; |
|
9352 | -moz-box-sizing: border-box; | |
9310 | -webkit-box-sizing: border-box; |
|
9353 | -webkit-box-sizing: border-box; | |
@@ -9357,6 +9400,9 b' div.cell.text_cell.rendered {' | |||||
9357 | /* Modern browsers */ |
|
9400 | /* Modern browsers */ | |
9358 | justify-content: flex-start; |
|
9401 | justify-content: flex-start; | |
9359 | /* Box */ |
|
9402 | /* Box */ | |
|
9403 | /* Old browsers */ | |||
|
9404 | /* Modern browsers */ | |||
|
9405 | /* Box */ | |||
9360 | box-sizing: border-box; |
|
9406 | box-sizing: border-box; | |
9361 | -moz-box-sizing: border-box; |
|
9407 | -moz-box-sizing: border-box; | |
9362 | -webkit-box-sizing: border-box; |
|
9408 | -webkit-box-sizing: border-box; | |
@@ -9412,6 +9458,9 b' div.cell.text_cell.rendered {' | |||||
9412 | /* Modern browsers */ |
|
9458 | /* Modern browsers */ | |
9413 | justify-content: flex-start; |
|
9459 | justify-content: flex-start; | |
9414 | /* Box */ |
|
9460 | /* Box */ | |
|
9461 | /* Old browsers */ | |||
|
9462 | /* Modern browsers */ | |||
|
9463 | /* Box */ | |||
9415 | box-sizing: border-box; |
|
9464 | box-sizing: border-box; | |
9416 | -moz-box-sizing: border-box; |
|
9465 | -moz-box-sizing: border-box; | |
9417 | -webkit-box-sizing: border-box; |
|
9466 | -webkit-box-sizing: border-box; | |
@@ -9464,6 +9513,9 b' div.cell.text_cell.rendered {' | |||||
9464 | /* Modern browsers */ |
|
9513 | /* Modern browsers */ | |
9465 | justify-content: flex-start; |
|
9514 | justify-content: flex-start; | |
9466 | /* Box */ |
|
9515 | /* Box */ | |
|
9516 | /* Old browsers */ | |||
|
9517 | /* Modern browsers */ | |||
|
9518 | /* Box */ | |||
9467 | box-sizing: border-box; |
|
9519 | box-sizing: border-box; | |
9468 | -moz-box-sizing: border-box; |
|
9520 | -moz-box-sizing: border-box; | |
9469 | -webkit-box-sizing: border-box; |
|
9521 | -webkit-box-sizing: border-box; |
General Comments 0
You need to be logged in to leave comments.
Login now