|
1 |
| -.ie9.layout-pf-alt-fixed .nav-pf-vertical-alt,.ie9.layout-pf-fixed .nav-pf-secondary-nav,.ie9.layout-pf-fixed .nav-pf-tertiary-nav,.ie9.layout-pf-fixed .nav-pf-vertical,hr{box-sizing:content-box} |
2 | 1 | div.code,pre,textarea{overflow:auto}
|
3 | 2 | .text-left,caption,th{text-align:left}
|
4 | 3 | .btn,.datepicker table{-webkit-user-select:none;-moz-user-select:none}
|
@@ -32,7 +31,7 @@ sup{top:-.5em}
|
32 | 31 | sub{bottom:-.25em}
|
33 | 32 | img{border:0;vertical-align:middle}
|
34 | 33 | svg:not(:root){overflow:hidden}
|
35 |
| -hr{height:0} |
| 34 | +hr{box-sizing:content-box;height:0} |
36 | 35 | code,div.code,kbd,pre,samp{font-size:1em}
|
37 | 36 | button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
|
38 | 37 | button{overflow:visible}
|
@@ -2428,6 +2427,7 @@ select.bs-select-hidden,select.selectpicker{display:none!important}
|
2428 | 2427 | .c3 text,.log-line-number{-moz-user-select:none;-webkit-user-select:none}
|
2429 | 2428 | .bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:1px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
|
2430 | 2429 | .bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block!important;height:100%;padding:2px 6px;font-size:13px;line-height:21px}
|
| 2430 | +.ie9.layout-pf-alt-fixed .nav-pf-vertical-alt,.ie9.layout-pf-fixed .nav-pf-secondary-nav,.ie9.layout-pf-fixed .nav-pf-tertiary-nav,.ie9.layout-pf-fixed .nav-pf-vertical{box-sizing:content-box} |
2431 | 2431 | .bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}
|
2432 | 2432 | .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background:#0088ce}
|
2433 | 2433 | .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background:#00659c}
|
@@ -3588,6 +3588,12 @@ to{transform:rotate(359deg)}
|
3588 | 3588 | .compute-resource{margin-bottom:5px}
|
3589 | 3589 | @media (max-width:767px){.compute-resource .inline-select{margin-top:5px}
|
3590 | 3590 | }
|
| 3591 | +.weight-slider-values{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column} |
| 3592 | +.weight-slider-values .service-name{font-weight:600} |
| 3593 | +.weight-slider-values .weight-percentage{font-size:15px;margin-left:5px} |
| 3594 | +@media (min-width:768px){.weight-slider-values{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;justify-content:space-between} |
| 3595 | +.weight-slider-values .weight-percentage{margin-right:5px} |
| 3596 | +} |
3591 | 3597 | .card-pf{box-shadow:0 3px 1px -2px rgba(0,0,0,.15),0 2px 2px 0 rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.09)}
|
3592 | 3598 | .card-pf .image-icon,.card-pf .template-icon{font-size:28px;line-height:1;margin-right:15px;opacity:.38}
|
3593 | 3599 | .card-pf-badge{color:#999;font-size:11px;text-transform:uppercase}
|
|
0 commit comments