##// END OF EJS Templates
Merge pull request #6359 from minrk/build-css...
Paul Ivanov -
r17719:790b6bb2 merge
parent child Browse files
Show More
@@ -187,6 +187,26 b' Browsers not listed, including Safari, are supported via the styling under the'
187 187 /* Modern browsers */
188 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 210 .hbox.align-start,
191 211 .vbox.align-start,
192 212 .align-start {
@@ -217,6 +237,26 b' Browsers not listed, including Safari, are supported via the styling under the'
217 237 /* Modern browsers */
218 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 260 div.error {
221 261 margin: 2em;
222 262 text-align: center;
@@ -1533,6 +1573,9 b' div.cell.text_cell.rendered {'
1533 1573 /* Modern browsers */
1534 1574 justify-content: flex-start;
1535 1575 /* Box */
1576 /* Old browsers */
1577 /* Modern browsers */
1578 /* Box */
1536 1579 box-sizing: border-box;
1537 1580 -moz-box-sizing: border-box;
1538 1581 -webkit-box-sizing: border-box;
@@ -1585,6 +1628,9 b' div.cell.text_cell.rendered {'
1585 1628 /* Modern browsers */
1586 1629 justify-content: flex-start;
1587 1630 /* Box */
1631 /* Old browsers */
1632 /* Modern browsers */
1633 /* Box */
1588 1634 box-sizing: border-box;
1589 1635 -moz-box-sizing: border-box;
1590 1636 -webkit-box-sizing: border-box;
@@ -1640,6 +1686,9 b' div.cell.text_cell.rendered {'
1640 1686 /* Modern browsers */
1641 1687 justify-content: flex-start;
1642 1688 /* Box */
1689 /* Old browsers */
1690 /* Modern browsers */
1691 /* Box */
1643 1692 box-sizing: border-box;
1644 1693 -moz-box-sizing: border-box;
1645 1694 -webkit-box-sizing: border-box;
@@ -1692,6 +1741,9 b' div.cell.text_cell.rendered {'
1692 1741 /* Modern browsers */
1693 1742 justify-content: flex-start;
1694 1743 /* Box */
1744 /* Old browsers */
1745 /* Modern browsers */
1746 /* Box */
1695 1747 box-sizing: border-box;
1696 1748 -moz-box-sizing: border-box;
1697 1749 -webkit-box-sizing: border-box;
@@ -7539,6 +7539,26 b' Browsers not listed, including Safari, are supported via the styling under the'
7539 7539 /* Modern browsers */
7540 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 7562 .hbox.align-start,
7543 7563 .vbox.align-start,
7544 7564 .align-start {
@@ -7569,6 +7589,26 b' Browsers not listed, including Safari, are supported via the styling under the'
7569 7589 /* Modern browsers */
7570 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 7612 div.error {
7573 7613 margin: 2em;
7574 7614 text-align: center;
@@ -9305,6 +9345,9 b' div.cell.text_cell.rendered {'
9305 9345 /* Modern browsers */
9306 9346 justify-content: flex-start;
9307 9347 /* Box */
9348 /* Old browsers */
9349 /* Modern browsers */
9350 /* Box */
9308 9351 box-sizing: border-box;
9309 9352 -moz-box-sizing: border-box;
9310 9353 -webkit-box-sizing: border-box;
@@ -9357,6 +9400,9 b' div.cell.text_cell.rendered {'
9357 9400 /* Modern browsers */
9358 9401 justify-content: flex-start;
9359 9402 /* Box */
9403 /* Old browsers */
9404 /* Modern browsers */
9405 /* Box */
9360 9406 box-sizing: border-box;
9361 9407 -moz-box-sizing: border-box;
9362 9408 -webkit-box-sizing: border-box;
@@ -9412,6 +9458,9 b' div.cell.text_cell.rendered {'
9412 9458 /* Modern browsers */
9413 9459 justify-content: flex-start;
9414 9460 /* Box */
9461 /* Old browsers */
9462 /* Modern browsers */
9463 /* Box */
9415 9464 box-sizing: border-box;
9416 9465 -moz-box-sizing: border-box;
9417 9466 -webkit-box-sizing: border-box;
@@ -9464,6 +9513,9 b' div.cell.text_cell.rendered {'
9464 9513 /* Modern browsers */
9465 9514 justify-content: flex-start;
9466 9515 /* Box */
9516 /* Old browsers */
9517 /* Modern browsers */
9518 /* Box */
9467 9519 box-sizing: border-box;
9468 9520 -moz-box-sizing: border-box;
9469 9521 -webkit-box-sizing: border-box;
General Comments 0
You need to be logged in to leave comments. Login now