|
|
|
|
@ -7945,12 +7945,6 @@ span#login_widget > .button .badge,
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
min-height: 80%;
|
|
|
|
|
}
|
|
|
|
|
.modal_stretch .modal-dialog .modal-body {
|
|
|
|
|
@ -8224,12 +8218,6 @@ div.cell {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
@ -8280,12 +8268,6 @@ div.inner_cell {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
|
box-flex: 1;
|
|
|
|
|
@ -8323,12 +8305,6 @@ div.input {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
|
div.input {
|
|
|
|
|
@ -8346,12 +8322,6 @@ div.input {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/* input_area and input_prompt must match in top border and margin for alignment */
|
|
|
|
|
@ -8605,12 +8575,6 @@ div.output_wrapper {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
/* class for the output area when it should be height-limited */
|
|
|
|
|
div.output_scroll {
|
|
|
|
|
@ -8642,12 +8606,6 @@ div.output_collapsed {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
div.out_prompt_overlay {
|
|
|
|
|
height: 100%;
|
|
|
|
|
@ -8682,12 +8640,6 @@ div.output_area {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
div.output_area .MathJax_Display {
|
|
|
|
|
text-align: left !important;
|
|
|
|
|
@ -8717,12 +8669,6 @@ div.output_area .rendered_html img {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
|
div.output_area {
|
|
|
|
|
@ -8740,12 +8686,6 @@ div.output_area .rendered_html img {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
div.output_area pre {
|
|
|
|
|
@ -9005,12 +8945,6 @@ div.text_cell {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
|
div.text_cell > div.prompt {
|
|
|
|
|
@ -9110,12 +9044,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
.widget-area .widget-subarea {
|
|
|
|
|
padding: 0.44em 0.4em 0.4em 1px;
|
|
|
|
|
@ -9138,12 +9066,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 2;
|
|
|
|
|
-moz-box-flex: 2;
|
|
|
|
|
box-flex: 2;
|
|
|
|
|
@ -9217,12 +9139,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
.widget-hslider .ui-slider {
|
|
|
|
|
/* Inner, invisible slide div */
|
|
|
|
|
@ -9243,12 +9159,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
|
box-flex: 1;
|
|
|
|
|
@ -9296,12 +9206,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
.widget-vslider .ui-slider {
|
|
|
|
|
/* Inner, invisible slide div */
|
|
|
|
|
@ -9324,12 +9228,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
|
box-flex: 1;
|
|
|
|
|
@ -9396,12 +9294,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
margin-top: 0px !important;
|
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
@ -9440,12 +9332,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
.widget-vbox .widget-label {
|
|
|
|
|
/* Vertical Label */
|
|
|
|
|
@ -9499,12 +9385,6 @@ div.cell.text_cell.rendered {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
@ -9634,12 +9514,6 @@ p {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
-moz-box-pack: end;
|
|
|
|
|
box-pack: end;
|
|
|
|
|
@ -10366,12 +10240,6 @@ div#pager pre {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
/* Old browsers */
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-moz-box-flex: 0;
|
|
|
|
|
box-flex: 0;
|
|
|
|
|
/* Modern browsers */
|
|
|
|
|
flex: none;
|
|
|
|
|
}
|
|
|
|
|
.shortcut_key {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|