Show More
@@ -349,12 +349,6 b' div.cell {' | |||||
349 | display: flex; |
|
349 | display: flex; | |
350 | flex-direction: column; |
|
350 | flex-direction: column; | |
351 | align-items: stretch; |
|
351 | align-items: stretch; | |
352 | /* Old browsers */ |
|
|||
353 | -webkit-box-flex: 0; |
|
|||
354 | -moz-box-flex: 0; |
|
|||
355 | box-flex: 0; |
|
|||
356 | /* Modern browsers */ |
|
|||
357 | flex: none; |
|
|||
358 | border-radius: 4px; |
|
352 | border-radius: 4px; | |
359 | box-sizing: border-box; |
|
353 | box-sizing: border-box; | |
360 | -moz-box-sizing: border-box; |
|
354 | -moz-box-sizing: border-box; | |
@@ -405,12 +399,6 b' div.inner_cell {' | |||||
405 | flex-direction: column; |
|
399 | flex-direction: column; | |
406 | align-items: stretch; |
|
400 | align-items: stretch; | |
407 | /* Old browsers */ |
|
401 | /* Old browsers */ | |
408 | -webkit-box-flex: 0; |
|
|||
409 | -moz-box-flex: 0; |
|
|||
410 | box-flex: 0; |
|
|||
411 | /* Modern browsers */ |
|
|||
412 | flex: none; |
|
|||
413 | /* Old browsers */ |
|
|||
414 | -webkit-box-flex: 1; |
|
402 | -webkit-box-flex: 1; | |
415 | -moz-box-flex: 1; |
|
403 | -moz-box-flex: 1; | |
416 | box-flex: 1; |
|
404 | box-flex: 1; | |
@@ -448,12 +436,6 b' div.input {' | |||||
448 | display: flex; |
|
436 | display: flex; | |
449 | flex-direction: row; |
|
437 | flex-direction: row; | |
450 | align-items: stretch; |
|
438 | align-items: stretch; | |
451 | /* Old browsers */ |
|
|||
452 | -webkit-box-flex: 0; |
|
|||
453 | -moz-box-flex: 0; |
|
|||
454 | box-flex: 0; |
|
|||
455 | /* Modern browsers */ |
|
|||
456 | flex: none; |
|
|||
457 | } |
|
439 | } | |
458 | @media (max-width: 480px) { |
|
440 | @media (max-width: 480px) { | |
459 | div.input { |
|
441 | div.input { | |
@@ -471,12 +453,6 b' div.input {' | |||||
471 | display: flex; |
|
453 | display: flex; | |
472 | flex-direction: column; |
|
454 | flex-direction: column; | |
473 | align-items: stretch; |
|
455 | align-items: stretch; | |
474 | /* Old browsers */ |
|
|||
475 | -webkit-box-flex: 0; |
|
|||
476 | -moz-box-flex: 0; |
|
|||
477 | box-flex: 0; |
|
|||
478 | /* Modern browsers */ |
|
|||
479 | flex: none; |
|
|||
480 | } |
|
456 | } | |
481 | } |
|
457 | } | |
482 | /* input_area and input_prompt must match in top border and margin for alignment */ |
|
458 | /* input_area and input_prompt must match in top border and margin for alignment */ | |
@@ -730,12 +706,6 b' div.output_wrapper {' | |||||
730 | display: flex; |
|
706 | display: flex; | |
731 | flex-direction: column; |
|
707 | flex-direction: column; | |
732 | align-items: stretch; |
|
708 | align-items: stretch; | |
733 | /* Old browsers */ |
|
|||
734 | -webkit-box-flex: 0; |
|
|||
735 | -moz-box-flex: 0; |
|
|||
736 | box-flex: 0; |
|
|||
737 | /* Modern browsers */ |
|
|||
738 | flex: none; |
|
|||
739 | } |
|
709 | } | |
740 | /* class for the output area when it should be height-limited */ |
|
710 | /* class for the output area when it should be height-limited */ | |
741 | div.output_scroll { |
|
711 | div.output_scroll { | |
@@ -767,12 +737,6 b' div.output_collapsed {' | |||||
767 | display: flex; |
|
737 | display: flex; | |
768 | flex-direction: column; |
|
738 | flex-direction: column; | |
769 | align-items: stretch; |
|
739 | align-items: stretch; | |
770 | /* Old browsers */ |
|
|||
771 | -webkit-box-flex: 0; |
|
|||
772 | -moz-box-flex: 0; |
|
|||
773 | box-flex: 0; |
|
|||
774 | /* Modern browsers */ |
|
|||
775 | flex: none; |
|
|||
776 | } |
|
740 | } | |
777 | div.out_prompt_overlay { |
|
741 | div.out_prompt_overlay { | |
778 | height: 100%; |
|
742 | height: 100%; | |
@@ -807,12 +771,6 b' div.output_area {' | |||||
807 | display: flex; |
|
771 | display: flex; | |
808 | flex-direction: row; |
|
772 | flex-direction: row; | |
809 | align-items: stretch; |
|
773 | align-items: stretch; | |
810 | /* Old browsers */ |
|
|||
811 | -webkit-box-flex: 0; |
|
|||
812 | -moz-box-flex: 0; |
|
|||
813 | box-flex: 0; |
|
|||
814 | /* Modern browsers */ |
|
|||
815 | flex: none; |
|
|||
816 | } |
|
774 | } | |
817 | div.output_area .MathJax_Display { |
|
775 | div.output_area .MathJax_Display { | |
818 | text-align: left !important; |
|
776 | text-align: left !important; | |
@@ -842,12 +800,6 b' div.output_area .rendered_html img {' | |||||
842 | display: flex; |
|
800 | display: flex; | |
843 | flex-direction: column; |
|
801 | flex-direction: column; | |
844 | align-items: stretch; |
|
802 | align-items: stretch; | |
845 | /* Old browsers */ |
|
|||
846 | -webkit-box-flex: 0; |
|
|||
847 | -moz-box-flex: 0; |
|
|||
848 | box-flex: 0; |
|
|||
849 | /* Modern browsers */ |
|
|||
850 | flex: none; |
|
|||
851 | } |
|
803 | } | |
852 | @media (max-width: 480px) { |
|
804 | @media (max-width: 480px) { | |
853 | div.output_area { |
|
805 | div.output_area { | |
@@ -865,12 +817,6 b' div.output_area .rendered_html img {' | |||||
865 | display: flex; |
|
817 | display: flex; | |
866 | flex-direction: column; |
|
818 | flex-direction: column; | |
867 | align-items: stretch; |
|
819 | align-items: stretch; | |
868 | /* Old browsers */ |
|
|||
869 | -webkit-box-flex: 0; |
|
|||
870 | -moz-box-flex: 0; |
|
|||
871 | box-flex: 0; |
|
|||
872 | /* Modern browsers */ |
|
|||
873 | flex: none; |
|
|||
874 | } |
|
820 | } | |
875 | } |
|
821 | } | |
876 | div.output_area pre { |
|
822 | div.output_area pre { | |
@@ -1130,12 +1076,6 b' div.text_cell {' | |||||
1130 | display: flex; |
|
1076 | display: flex; | |
1131 | flex-direction: row; |
|
1077 | flex-direction: row; | |
1132 | align-items: stretch; |
|
1078 | align-items: stretch; | |
1133 | /* Old browsers */ |
|
|||
1134 | -webkit-box-flex: 0; |
|
|||
1135 | -moz-box-flex: 0; |
|
|||
1136 | box-flex: 0; |
|
|||
1137 | /* Modern browsers */ |
|
|||
1138 | flex: none; |
|
|||
1139 | } |
|
1079 | } | |
1140 | @media (max-width: 480px) { |
|
1080 | @media (max-width: 480px) { | |
1141 | div.text_cell > div.prompt { |
|
1081 | div.text_cell > div.prompt { | |
@@ -1235,12 +1175,6 b' div.cell.text_cell.rendered {' | |||||
1235 | display: flex; |
|
1175 | display: flex; | |
1236 | flex-direction: row; |
|
1176 | flex-direction: row; | |
1237 | align-items: stretch; |
|
1177 | align-items: stretch; | |
1238 | /* Old browsers */ |
|
|||
1239 | -webkit-box-flex: 0; |
|
|||
1240 | -moz-box-flex: 0; |
|
|||
1241 | box-flex: 0; |
|
|||
1242 | /* Modern browsers */ |
|
|||
1243 | flex: none; |
|
|||
1244 | } |
|
1178 | } | |
1245 | .widget-area .widget-subarea { |
|
1179 | .widget-area .widget-subarea { | |
1246 | padding: 0.44em 0.4em 0.4em 1px; |
|
1180 | padding: 0.44em 0.4em 0.4em 1px; | |
@@ -1263,12 +1197,6 b' div.cell.text_cell.rendered {' | |||||
1263 | flex-direction: column; |
|
1197 | flex-direction: column; | |
1264 | align-items: stretch; |
|
1198 | align-items: stretch; | |
1265 | /* Old browsers */ |
|
1199 | /* Old browsers */ | |
1266 | -webkit-box-flex: 0; |
|
|||
1267 | -moz-box-flex: 0; |
|
|||
1268 | box-flex: 0; |
|
|||
1269 | /* Modern browsers */ |
|
|||
1270 | flex: none; |
|
|||
1271 | /* Old browsers */ |
|
|||
1272 | -webkit-box-flex: 2; |
|
1200 | -webkit-box-flex: 2; | |
1273 | -moz-box-flex: 2; |
|
1201 | -moz-box-flex: 2; | |
1274 | box-flex: 2; |
|
1202 | box-flex: 2; | |
@@ -1342,12 +1270,6 b' div.cell.text_cell.rendered {' | |||||
1342 | display: flex; |
|
1270 | display: flex; | |
1343 | flex-direction: row; |
|
1271 | flex-direction: row; | |
1344 | align-items: stretch; |
|
1272 | align-items: stretch; | |
1345 | /* Old browsers */ |
|
|||
1346 | -webkit-box-flex: 0; |
|
|||
1347 | -moz-box-flex: 0; |
|
|||
1348 | box-flex: 0; |
|
|||
1349 | /* Modern browsers */ |
|
|||
1350 | flex: none; |
|
|||
1351 | } |
|
1273 | } | |
1352 | .widget-hslider .ui-slider { |
|
1274 | .widget-hslider .ui-slider { | |
1353 | /* Inner, invisible slide div */ |
|
1275 | /* Inner, invisible slide div */ | |
@@ -1368,12 +1290,6 b' div.cell.text_cell.rendered {' | |||||
1368 | flex-direction: row; |
|
1290 | flex-direction: row; | |
1369 | align-items: stretch; |
|
1291 | align-items: stretch; | |
1370 | /* Old browsers */ |
|
1292 | /* Old browsers */ | |
1371 | -webkit-box-flex: 0; |
|
|||
1372 | -moz-box-flex: 0; |
|
|||
1373 | box-flex: 0; |
|
|||
1374 | /* Modern browsers */ |
|
|||
1375 | flex: none; |
|
|||
1376 | /* Old browsers */ |
|
|||
1377 | -webkit-box-flex: 1; |
|
1293 | -webkit-box-flex: 1; | |
1378 | -moz-box-flex: 1; |
|
1294 | -moz-box-flex: 1; | |
1379 | box-flex: 1; |
|
1295 | box-flex: 1; | |
@@ -1421,12 +1337,6 b' div.cell.text_cell.rendered {' | |||||
1421 | display: flex; |
|
1337 | display: flex; | |
1422 | flex-direction: column; |
|
1338 | flex-direction: column; | |
1423 | align-items: stretch; |
|
1339 | align-items: stretch; | |
1424 | /* Old browsers */ |
|
|||
1425 | -webkit-box-flex: 0; |
|
|||
1426 | -moz-box-flex: 0; |
|
|||
1427 | box-flex: 0; |
|
|||
1428 | /* Modern browsers */ |
|
|||
1429 | flex: none; |
|
|||
1430 | } |
|
1340 | } | |
1431 | .widget-vslider .ui-slider { |
|
1341 | .widget-vslider .ui-slider { | |
1432 | /* Inner, invisible slide div */ |
|
1342 | /* Inner, invisible slide div */ | |
@@ -1449,12 +1359,6 b' div.cell.text_cell.rendered {' | |||||
1449 | flex-direction: column; |
|
1359 | flex-direction: column; | |
1450 | align-items: stretch; |
|
1360 | align-items: stretch; | |
1451 | /* Old browsers */ |
|
1361 | /* Old browsers */ | |
1452 | -webkit-box-flex: 0; |
|
|||
1453 | -moz-box-flex: 0; |
|
|||
1454 | box-flex: 0; |
|
|||
1455 | /* Modern browsers */ |
|
|||
1456 | flex: none; |
|
|||
1457 | /* Old browsers */ |
|
|||
1458 | -webkit-box-flex: 1; |
|
1362 | -webkit-box-flex: 1; | |
1459 | -moz-box-flex: 1; |
|
1363 | -moz-box-flex: 1; | |
1460 | box-flex: 1; |
|
1364 | box-flex: 1; | |
@@ -1521,12 +1425,6 b' div.cell.text_cell.rendered {' | |||||
1521 | display: flex; |
|
1425 | display: flex; | |
1522 | flex-direction: row; |
|
1426 | flex-direction: row; | |
1523 | align-items: stretch; |
|
1427 | align-items: stretch; | |
1524 | /* Old browsers */ |
|
|||
1525 | -webkit-box-flex: 0; |
|
|||
1526 | -moz-box-flex: 0; |
|
|||
1527 | box-flex: 0; |
|
|||
1528 | /* Modern browsers */ |
|
|||
1529 | flex: none; |
|
|||
1530 | margin-top: 0px !important; |
|
1428 | margin-top: 0px !important; | |
1531 | margin-bottom: 0px !important; |
|
1429 | margin-bottom: 0px !important; | |
1532 | margin-right: 5px; |
|
1430 | margin-right: 5px; | |
@@ -1565,12 +1463,6 b' div.cell.text_cell.rendered {' | |||||
1565 | display: flex; |
|
1463 | display: flex; | |
1566 | flex-direction: column; |
|
1464 | flex-direction: column; | |
1567 | align-items: stretch; |
|
1465 | align-items: stretch; | |
1568 | /* Old browsers */ |
|
|||
1569 | -webkit-box-flex: 0; |
|
|||
1570 | -moz-box-flex: 0; |
|
|||
1571 | box-flex: 0; |
|
|||
1572 | /* Modern browsers */ |
|
|||
1573 | flex: none; |
|
|||
1574 | } |
|
1466 | } | |
1575 | .widget-vbox .widget-label { |
|
1467 | .widget-vbox .widget-label { | |
1576 | /* Vertical Label */ |
|
1468 | /* Vertical Label */ | |
@@ -1624,12 +1516,6 b' div.cell.text_cell.rendered {' | |||||
1624 | display: flex; |
|
1516 | display: flex; | |
1625 | flex-direction: column; |
|
1517 | flex-direction: column; | |
1626 | align-items: stretch; |
|
1518 | align-items: stretch; | |
1627 | /* Old browsers */ |
|
|||
1628 | -webkit-box-flex: 0; |
|
|||
1629 | -moz-box-flex: 0; |
|
|||
1630 | box-flex: 0; |
|
|||
1631 | /* Modern browsers */ |
|
|||
1632 | flex: none; |
|
|||
1633 | box-sizing: border-box; |
|
1519 | box-sizing: border-box; | |
1634 | -moz-box-sizing: border-box; |
|
1520 | -moz-box-sizing: border-box; | |
1635 | -webkit-box-sizing: border-box; |
|
1521 | -webkit-box-sizing: border-box; |
@@ -7945,12 +7945,6 b' span#login_widget > .button .badge,' | |||||
7945 | display: flex; |
|
7945 | display: flex; | |
7946 | flex-direction: column; |
|
7946 | flex-direction: column; | |
7947 | align-items: stretch; |
|
7947 | align-items: stretch; | |
7948 | /* Old browsers */ |
|
|||
7949 | -webkit-box-flex: 0; |
|
|||
7950 | -moz-box-flex: 0; |
|
|||
7951 | box-flex: 0; |
|
|||
7952 | /* Modern browsers */ |
|
|||
7953 | flex: none; |
|
|||
7954 | min-height: 80%; |
|
7948 | min-height: 80%; | |
7955 | } |
|
7949 | } | |
7956 | .modal_stretch .modal-dialog .modal-body { |
|
7950 | .modal_stretch .modal-dialog .modal-body { | |
@@ -8224,12 +8218,6 b' div.cell {' | |||||
8224 | display: flex; |
|
8218 | display: flex; | |
8225 | flex-direction: column; |
|
8219 | flex-direction: column; | |
8226 | align-items: stretch; |
|
8220 | align-items: stretch; | |
8227 | /* Old browsers */ |
|
|||
8228 | -webkit-box-flex: 0; |
|
|||
8229 | -moz-box-flex: 0; |
|
|||
8230 | box-flex: 0; |
|
|||
8231 | /* Modern browsers */ |
|
|||
8232 | flex: none; |
|
|||
8233 | border-radius: 4px; |
|
8221 | border-radius: 4px; | |
8234 | box-sizing: border-box; |
|
8222 | box-sizing: border-box; | |
8235 | -moz-box-sizing: border-box; |
|
8223 | -moz-box-sizing: border-box; | |
@@ -8280,12 +8268,6 b' div.inner_cell {' | |||||
8280 | flex-direction: column; |
|
8268 | flex-direction: column; | |
8281 | align-items: stretch; |
|
8269 | align-items: stretch; | |
8282 | /* Old browsers */ |
|
8270 | /* Old browsers */ | |
8283 | -webkit-box-flex: 0; |
|
|||
8284 | -moz-box-flex: 0; |
|
|||
8285 | box-flex: 0; |
|
|||
8286 | /* Modern browsers */ |
|
|||
8287 | flex: none; |
|
|||
8288 | /* Old browsers */ |
|
|||
8289 | -webkit-box-flex: 1; |
|
8271 | -webkit-box-flex: 1; | |
8290 | -moz-box-flex: 1; |
|
8272 | -moz-box-flex: 1; | |
8291 | box-flex: 1; |
|
8273 | box-flex: 1; | |
@@ -8323,12 +8305,6 b' div.input {' | |||||
8323 | display: flex; |
|
8305 | display: flex; | |
8324 | flex-direction: row; |
|
8306 | flex-direction: row; | |
8325 | align-items: stretch; |
|
8307 | align-items: stretch; | |
8326 | /* Old browsers */ |
|
|||
8327 | -webkit-box-flex: 0; |
|
|||
8328 | -moz-box-flex: 0; |
|
|||
8329 | box-flex: 0; |
|
|||
8330 | /* Modern browsers */ |
|
|||
8331 | flex: none; |
|
|||
8332 | } |
|
8308 | } | |
8333 | @media (max-width: 480px) { |
|
8309 | @media (max-width: 480px) { | |
8334 | div.input { |
|
8310 | div.input { | |
@@ -8346,12 +8322,6 b' div.input {' | |||||
8346 | display: flex; |
|
8322 | display: flex; | |
8347 | flex-direction: column; |
|
8323 | flex-direction: column; | |
8348 | align-items: stretch; |
|
8324 | align-items: stretch; | |
8349 | /* Old browsers */ |
|
|||
8350 | -webkit-box-flex: 0; |
|
|||
8351 | -moz-box-flex: 0; |
|
|||
8352 | box-flex: 0; |
|
|||
8353 | /* Modern browsers */ |
|
|||
8354 | flex: none; |
|
|||
8355 | } |
|
8325 | } | |
8356 | } |
|
8326 | } | |
8357 | /* input_area and input_prompt must match in top border and margin for alignment */ |
|
8327 | /* input_area and input_prompt must match in top border and margin for alignment */ | |
@@ -8605,12 +8575,6 b' div.output_wrapper {' | |||||
8605 | display: flex; |
|
8575 | display: flex; | |
8606 | flex-direction: column; |
|
8576 | flex-direction: column; | |
8607 | align-items: stretch; |
|
8577 | align-items: stretch; | |
8608 | /* Old browsers */ |
|
|||
8609 | -webkit-box-flex: 0; |
|
|||
8610 | -moz-box-flex: 0; |
|
|||
8611 | box-flex: 0; |
|
|||
8612 | /* Modern browsers */ |
|
|||
8613 | flex: none; |
|
|||
8614 | } |
|
8578 | } | |
8615 | /* class for the output area when it should be height-limited */ |
|
8579 | /* class for the output area when it should be height-limited */ | |
8616 | div.output_scroll { |
|
8580 | div.output_scroll { | |
@@ -8642,12 +8606,6 b' div.output_collapsed {' | |||||
8642 | display: flex; |
|
8606 | display: flex; | |
8643 | flex-direction: column; |
|
8607 | flex-direction: column; | |
8644 | align-items: stretch; |
|
8608 | align-items: stretch; | |
8645 | /* Old browsers */ |
|
|||
8646 | -webkit-box-flex: 0; |
|
|||
8647 | -moz-box-flex: 0; |
|
|||
8648 | box-flex: 0; |
|
|||
8649 | /* Modern browsers */ |
|
|||
8650 | flex: none; |
|
|||
8651 | } |
|
8609 | } | |
8652 | div.out_prompt_overlay { |
|
8610 | div.out_prompt_overlay { | |
8653 | height: 100%; |
|
8611 | height: 100%; | |
@@ -8682,12 +8640,6 b' div.output_area {' | |||||
8682 | display: flex; |
|
8640 | display: flex; | |
8683 | flex-direction: row; |
|
8641 | flex-direction: row; | |
8684 | align-items: stretch; |
|
8642 | align-items: stretch; | |
8685 | /* Old browsers */ |
|
|||
8686 | -webkit-box-flex: 0; |
|
|||
8687 | -moz-box-flex: 0; |
|
|||
8688 | box-flex: 0; |
|
|||
8689 | /* Modern browsers */ |
|
|||
8690 | flex: none; |
|
|||
8691 | } |
|
8643 | } | |
8692 | div.output_area .MathJax_Display { |
|
8644 | div.output_area .MathJax_Display { | |
8693 | text-align: left !important; |
|
8645 | text-align: left !important; | |
@@ -8717,12 +8669,6 b' div.output_area .rendered_html img {' | |||||
8717 | display: flex; |
|
8669 | display: flex; | |
8718 | flex-direction: column; |
|
8670 | flex-direction: column; | |
8719 | align-items: stretch; |
|
8671 | align-items: stretch; | |
8720 | /* Old browsers */ |
|
|||
8721 | -webkit-box-flex: 0; |
|
|||
8722 | -moz-box-flex: 0; |
|
|||
8723 | box-flex: 0; |
|
|||
8724 | /* Modern browsers */ |
|
|||
8725 | flex: none; |
|
|||
8726 | } |
|
8672 | } | |
8727 | @media (max-width: 480px) { |
|
8673 | @media (max-width: 480px) { | |
8728 | div.output_area { |
|
8674 | div.output_area { | |
@@ -8740,12 +8686,6 b' div.output_area .rendered_html img {' | |||||
8740 | display: flex; |
|
8686 | display: flex; | |
8741 | flex-direction: column; |
|
8687 | flex-direction: column; | |
8742 | align-items: stretch; |
|
8688 | align-items: stretch; | |
8743 | /* Old browsers */ |
|
|||
8744 | -webkit-box-flex: 0; |
|
|||
8745 | -moz-box-flex: 0; |
|
|||
8746 | box-flex: 0; |
|
|||
8747 | /* Modern browsers */ |
|
|||
8748 | flex: none; |
|
|||
8749 | } |
|
8689 | } | |
8750 | } |
|
8690 | } | |
8751 | div.output_area pre { |
|
8691 | div.output_area pre { | |
@@ -9005,12 +8945,6 b' div.text_cell {' | |||||
9005 | display: flex; |
|
8945 | display: flex; | |
9006 | flex-direction: row; |
|
8946 | flex-direction: row; | |
9007 | align-items: stretch; |
|
8947 | align-items: stretch; | |
9008 | /* Old browsers */ |
|
|||
9009 | -webkit-box-flex: 0; |
|
|||
9010 | -moz-box-flex: 0; |
|
|||
9011 | box-flex: 0; |
|
|||
9012 | /* Modern browsers */ |
|
|||
9013 | flex: none; |
|
|||
9014 | } |
|
8948 | } | |
9015 | @media (max-width: 480px) { |
|
8949 | @media (max-width: 480px) { | |
9016 | div.text_cell > div.prompt { |
|
8950 | div.text_cell > div.prompt { | |
@@ -9110,12 +9044,6 b' div.cell.text_cell.rendered {' | |||||
9110 | display: flex; |
|
9044 | display: flex; | |
9111 | flex-direction: row; |
|
9045 | flex-direction: row; | |
9112 | align-items: stretch; |
|
9046 | align-items: stretch; | |
9113 | /* Old browsers */ |
|
|||
9114 | -webkit-box-flex: 0; |
|
|||
9115 | -moz-box-flex: 0; |
|
|||
9116 | box-flex: 0; |
|
|||
9117 | /* Modern browsers */ |
|
|||
9118 | flex: none; |
|
|||
9119 | } |
|
9047 | } | |
9120 | .widget-area .widget-subarea { |
|
9048 | .widget-area .widget-subarea { | |
9121 | padding: 0.44em 0.4em 0.4em 1px; |
|
9049 | padding: 0.44em 0.4em 0.4em 1px; | |
@@ -9138,12 +9066,6 b' div.cell.text_cell.rendered {' | |||||
9138 | flex-direction: column; |
|
9066 | flex-direction: column; | |
9139 | align-items: stretch; |
|
9067 | align-items: stretch; | |
9140 | /* Old browsers */ |
|
9068 | /* Old browsers */ | |
9141 | -webkit-box-flex: 0; |
|
|||
9142 | -moz-box-flex: 0; |
|
|||
9143 | box-flex: 0; |
|
|||
9144 | /* Modern browsers */ |
|
|||
9145 | flex: none; |
|
|||
9146 | /* Old browsers */ |
|
|||
9147 | -webkit-box-flex: 2; |
|
9069 | -webkit-box-flex: 2; | |
9148 | -moz-box-flex: 2; |
|
9070 | -moz-box-flex: 2; | |
9149 | box-flex: 2; |
|
9071 | box-flex: 2; | |
@@ -9217,12 +9139,6 b' div.cell.text_cell.rendered {' | |||||
9217 | display: flex; |
|
9139 | display: flex; | |
9218 | flex-direction: row; |
|
9140 | flex-direction: row; | |
9219 | align-items: stretch; |
|
9141 | align-items: stretch; | |
9220 | /* Old browsers */ |
|
|||
9221 | -webkit-box-flex: 0; |
|
|||
9222 | -moz-box-flex: 0; |
|
|||
9223 | box-flex: 0; |
|
|||
9224 | /* Modern browsers */ |
|
|||
9225 | flex: none; |
|
|||
9226 | } |
|
9142 | } | |
9227 | .widget-hslider .ui-slider { |
|
9143 | .widget-hslider .ui-slider { | |
9228 | /* Inner, invisible slide div */ |
|
9144 | /* Inner, invisible slide div */ | |
@@ -9243,12 +9159,6 b' div.cell.text_cell.rendered {' | |||||
9243 | flex-direction: row; |
|
9159 | flex-direction: row; | |
9244 | align-items: stretch; |
|
9160 | align-items: stretch; | |
9245 | /* Old browsers */ |
|
9161 | /* Old browsers */ | |
9246 | -webkit-box-flex: 0; |
|
|||
9247 | -moz-box-flex: 0; |
|
|||
9248 | box-flex: 0; |
|
|||
9249 | /* Modern browsers */ |
|
|||
9250 | flex: none; |
|
|||
9251 | /* Old browsers */ |
|
|||
9252 | -webkit-box-flex: 1; |
|
9162 | -webkit-box-flex: 1; | |
9253 | -moz-box-flex: 1; |
|
9163 | -moz-box-flex: 1; | |
9254 | box-flex: 1; |
|
9164 | box-flex: 1; | |
@@ -9296,12 +9206,6 b' div.cell.text_cell.rendered {' | |||||
9296 | display: flex; |
|
9206 | display: flex; | |
9297 | flex-direction: column; |
|
9207 | flex-direction: column; | |
9298 | align-items: stretch; |
|
9208 | align-items: stretch; | |
9299 | /* Old browsers */ |
|
|||
9300 | -webkit-box-flex: 0; |
|
|||
9301 | -moz-box-flex: 0; |
|
|||
9302 | box-flex: 0; |
|
|||
9303 | /* Modern browsers */ |
|
|||
9304 | flex: none; |
|
|||
9305 | } |
|
9209 | } | |
9306 | .widget-vslider .ui-slider { |
|
9210 | .widget-vslider .ui-slider { | |
9307 | /* Inner, invisible slide div */ |
|
9211 | /* Inner, invisible slide div */ | |
@@ -9324,12 +9228,6 b' div.cell.text_cell.rendered {' | |||||
9324 | flex-direction: column; |
|
9228 | flex-direction: column; | |
9325 | align-items: stretch; |
|
9229 | align-items: stretch; | |
9326 | /* Old browsers */ |
|
9230 | /* Old browsers */ | |
9327 | -webkit-box-flex: 0; |
|
|||
9328 | -moz-box-flex: 0; |
|
|||
9329 | box-flex: 0; |
|
|||
9330 | /* Modern browsers */ |
|
|||
9331 | flex: none; |
|
|||
9332 | /* Old browsers */ |
|
|||
9333 | -webkit-box-flex: 1; |
|
9231 | -webkit-box-flex: 1; | |
9334 | -moz-box-flex: 1; |
|
9232 | -moz-box-flex: 1; | |
9335 | box-flex: 1; |
|
9233 | box-flex: 1; | |
@@ -9396,12 +9294,6 b' div.cell.text_cell.rendered {' | |||||
9396 | display: flex; |
|
9294 | display: flex; | |
9397 | flex-direction: row; |
|
9295 | flex-direction: row; | |
9398 | align-items: stretch; |
|
9296 | align-items: stretch; | |
9399 | /* Old browsers */ |
|
|||
9400 | -webkit-box-flex: 0; |
|
|||
9401 | -moz-box-flex: 0; |
|
|||
9402 | box-flex: 0; |
|
|||
9403 | /* Modern browsers */ |
|
|||
9404 | flex: none; |
|
|||
9405 | margin-top: 0px !important; |
|
9297 | margin-top: 0px !important; | |
9406 | margin-bottom: 0px !important; |
|
9298 | margin-bottom: 0px !important; | |
9407 | margin-right: 5px; |
|
9299 | margin-right: 5px; | |
@@ -9440,12 +9332,6 b' div.cell.text_cell.rendered {' | |||||
9440 | display: flex; |
|
9332 | display: flex; | |
9441 | flex-direction: column; |
|
9333 | flex-direction: column; | |
9442 | align-items: stretch; |
|
9334 | align-items: stretch; | |
9443 | /* Old browsers */ |
|
|||
9444 | -webkit-box-flex: 0; |
|
|||
9445 | -moz-box-flex: 0; |
|
|||
9446 | box-flex: 0; |
|
|||
9447 | /* Modern browsers */ |
|
|||
9448 | flex: none; |
|
|||
9449 | } |
|
9335 | } | |
9450 | .widget-vbox .widget-label { |
|
9336 | .widget-vbox .widget-label { | |
9451 | /* Vertical Label */ |
|
9337 | /* Vertical Label */ | |
@@ -9499,12 +9385,6 b' div.cell.text_cell.rendered {' | |||||
9499 | display: flex; |
|
9385 | display: flex; | |
9500 | flex-direction: column; |
|
9386 | flex-direction: column; | |
9501 | align-items: stretch; |
|
9387 | align-items: stretch; | |
9502 | /* Old browsers */ |
|
|||
9503 | -webkit-box-flex: 0; |
|
|||
9504 | -moz-box-flex: 0; |
|
|||
9505 | box-flex: 0; |
|
|||
9506 | /* Modern browsers */ |
|
|||
9507 | flex: none; |
|
|||
9508 | box-sizing: border-box; |
|
9388 | box-sizing: border-box; | |
9509 | -moz-box-sizing: border-box; |
|
9389 | -moz-box-sizing: border-box; | |
9510 | -webkit-box-sizing: border-box; |
|
9390 | -webkit-box-sizing: border-box; | |
@@ -9634,12 +9514,6 b' p {' | |||||
9634 | flex-direction: row; |
|
9514 | flex-direction: row; | |
9635 | align-items: stretch; |
|
9515 | align-items: stretch; | |
9636 | /* Old browsers */ |
|
9516 | /* Old browsers */ | |
9637 | -webkit-box-flex: 0; |
|
|||
9638 | -moz-box-flex: 0; |
|
|||
9639 | box-flex: 0; |
|
|||
9640 | /* Modern browsers */ |
|
|||
9641 | flex: none; |
|
|||
9642 | /* Old browsers */ |
|
|||
9643 | -webkit-box-pack: end; |
|
9517 | -webkit-box-pack: end; | |
9644 | -moz-box-pack: end; |
|
9518 | -moz-box-pack: end; | |
9645 | box-pack: end; |
|
9519 | box-pack: end; | |
@@ -10366,12 +10240,6 b' div#pager pre {' | |||||
10366 | display: flex; |
|
10240 | display: flex; | |
10367 | flex-direction: row; |
|
10241 | flex-direction: row; | |
10368 | align-items: stretch; |
|
10242 | align-items: stretch; | |
10369 | /* Old browsers */ |
|
|||
10370 | -webkit-box-flex: 0; |
|
|||
10371 | -moz-box-flex: 0; |
|
|||
10372 | box-flex: 0; |
|
|||
10373 | /* Modern browsers */ |
|
|||
10374 | flex: none; |
|
|||
10375 | } |
|
10243 | } | |
10376 | .shortcut_key { |
|
10244 | .shortcut_key { | |
10377 | display: inline-block; |
|
10245 | display: inline-block; |
@@ -10,8 +10,8 b" static_dir = 'static'" | |||||
10 | components_dir = pjoin(static_dir, 'components') |
|
10 | components_dir = pjoin(static_dir, 'components') | |
11 | here = os.path.dirname(__file__) |
|
11 | here = os.path.dirname(__file__) | |
12 |
|
12 | |||
13 |
min_less_version = '1.7. |
|
13 | min_less_version = '1.7.5' | |
14 |
max_less_version = '1. |
|
14 | max_less_version = '1.8.0' # exclusive | |
15 |
|
15 | |||
16 | def _need_css_update(): |
|
16 | def _need_css_update(): | |
17 | """Does less need to run?""" |
|
17 | """Does less need to run?""" |
General Comments 0
You need to be logged in to leave comments.
Login now