X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css-bootstrap%2Froojs-bootstrap-debug.css;h=2788be6aac55ea7198ac7e10f84652308a12114e;hb=1158ce17139b10681d5e3f79ce46b080565d7002;hp=9bb19b559c7cdcee3c5016fc453c5bb56ce91fe7;hpb=9511345770aea54ae1e8c47b17a1f161d52f63a1;p=roojs1 diff --git a/css-bootstrap/roojs-bootstrap-debug.css b/css-bootstrap/roojs-bootstrap-debug.css index 9bb19b559c..2788be6aac 100644 --- a/css-bootstrap/roojs-bootstrap-debug.css +++ b/css-bootstrap/roojs-bootstrap-debug.css @@ -609,7 +609,7 @@ table.fc-border-separate { * From https://github.com/flatlogic/awesome-bootstrap-checkbox * */ -.checkbox label { +.checkbox label.box-label { display: inline-block; position: relative; padding-left: 5px; @@ -620,21 +620,6 @@ table.fc-border-separate { -ms-user-select: none; user-select: none; } -.checkbox label::before { - content: ""; - display: inline-block; - position: absolute; - width: 17px; - height: 17px; - left: 0; - margin-left: -20px; - border: 1px solid #777777; - border-radius: 3px; - background-color: #ffffff; - -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; - -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; - transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -} .checkbox label::after { display: inline-block; position: absolute; @@ -652,8 +637,19 @@ table.fc-border-separate { display: none; } .checkbox input[type="checkbox"]:checked + label::after { - font-family: 'FontAwesome'; - content: "\f00c"; + font-size: 18px; + padding-top: 0px; + font-family: 'Font Awesome 5 Free 400'; + font-weight: 900; + color: #5cb85c; + content: "\f14a"; +} +.checkbox input[type="checkbox"]:not(:checked) + label::after { + font-size: 18px; + padding-top: 0px; + font-family: 'Font Awesome 5 Free 400'; + font-weight: 900; + content: "\f0c8"; } .checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; @@ -665,35 +661,35 @@ table.fc-border-separate { .checkbox.checkbox-circle label::before { border-radius: 50%; } -.checkbox-primary input[type="checkbox"]:checked + label::before { +.checkbox-primary input[type="checkbox"]:checked + label::after { background-color: #337ab7; border-color: #337ab7; } .checkbox-primary input[type="checkbox"]:checked + label::after { color: #ffffff; } -.checkbox-danger input[type="checkbox"]:checked + label::before { +.checkbox-danger input[type="checkbox"]:checked + label::after { background-color: #d9534f; border-color: #d9534f; } .checkbox-danger input[type="checkbox"]:checked + label::after { color: #ffffff; } -.checkbox-info input[type="checkbox"]:checked + label::before { +.checkbox-info input[type="checkbox"]:checked + label::after { background-color: #5bc0de; border-color: #5bc0de; } .checkbox-info input[type="checkbox"]:checked + label::after { color: #ffffff; } -.checkbox-warning input[type="checkbox"]:checked + label::before { +.checkbox-warning input[type="checkbox"]:checked + label::after { background-color: #f0ad4e; border-color: #f0ad4e; } .checkbox-warning input[type="checkbox"]:checked + label::after { color: #ffffff; } -.checkbox-success input[type="checkbox"]:checked + label::before { +.checkbox-success input[type="checkbox"]:checked + label::after { background-color: #5cb85c; border-color: #5cb85c; } @@ -755,13 +751,13 @@ table.fc-border-separate { .radio input[type="radio"]:disabled + label { opacity: 0.65; } -.radio input[type="radio"]:disabled + label::before { +.radio input[type="radio"]:disabled + label::after { cursor: not-allowed; } .radio-primary input[type="radio"] + label::after { background-color: #ffffff; } -.radio-primary input[type="radio"]:checked + label::before { +.radio-primary input[type="radio"]:checked + label::after { border-color: #337ab7; } .radio-primary input[type="radio"]:checked + label::after { @@ -770,7 +766,7 @@ table.fc-border-separate { .radio-danger input[type="radio"] + label::after { background-color: #d9534f; } -.radio-danger input[type="radio"]:checked + label::before { +.radio-danger input[type="radio"]:checked + label::after { border-color: #d9534f; } .radio-danger input[type="radio"]:checked + label::after { @@ -779,7 +775,7 @@ table.fc-border-separate { .radio-info input[type="radio"] + label::after { background-color: #ffffff; } -.radio-info input[type="radio"]:checked + label::before { +.radio-info input[type="radio"]:checked + label::after { border-color: #5bc0de; } .radio-info input[type="radio"]:checked + label::after { @@ -788,7 +784,7 @@ table.fc-border-separate { .radio-warning input[type="radio"] + label::after { background-color: #ffffff; } -.radio-warning input[type="radio"]:checked + label::before { +.radio-warning input[type="radio"]:checked + label::after { border-color: #f0ad4e; } .radio-warning input[type="radio"]:checked + label::after { @@ -797,7 +793,7 @@ table.fc-border-separate { .radio-success input[type="radio"] + label::after { background-color: #ffffff; } -.radio-success input[type="radio"]:checked + label::before { +.radio-success input[type="radio"]:checked + label::after { border-color: #5cb85c; } .radio-success input[type="radio"]:checked + label::after { @@ -807,6 +803,10 @@ table.fc-border-separate { .radio.radio-inline { margin-top: 0; } +.form-group.checkbox { + padding-bottom: 25px; + margin-top: 0; +} /* * * From https://github.com/danielfarrell/bootstrap-combobox @@ -1289,12 +1289,12 @@ table.fc-border-separate { } .datepicker table tr td.old, .datepicker table tr td.new { - color: #777777; + color: #eeeeee; } .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { background: none; - color: #777777; + color: #eeeeee; cursor: default; } .datepicker table tr td.today, @@ -1530,6 +1530,7 @@ table.fc-border-separate { height: 100px; max-height: 100px; margin-top: 10px; + margin-left: 10px; } .roo-document-manager-preview.wide { width: 50%; @@ -1562,6 +1563,7 @@ table.fc-border-separate { max-height: 100%; text-align: center; vertical-align: middle; + padding-bottom: 5px; } .roo-document-manager-preview > .close { position: absolute; @@ -1573,6 +1575,48 @@ table.fc-border-separate { .roo-document-manager-preview > .close:hover { color: #333333; } +.roo-document-manager-preview.disabled > .roo-document-manager-thumb > img { + -webkit-filter: grayscale(100%); + -moz-filter: grayscale(100%); + -o-filter: grayscale(100%); + -ms-filter: grayscale(100%); + filter: grayscale(100%); +} +.roo-document-manager-preview.disabled > .close { + display: none !important; +} +.roo-document-manager-preview > .roo-document-manager-thumb > .fa { + position: absolute; + left: -5px; + top: -5px; + width: 25px; + height: 25px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + border-radius: 50%; + line-height: 25px; + text-align: center; + background-color: #ffffff; + /*border: inherit;*/ + font-size: 1.8em; + z-index: 1; +} +.roo-document-manager-preview > .roo-document-manager-thumb.bottom > .fa { + top: inherit; + bottom: -5px; +} +.roo-document-manager-preview > .roo-document-manager-thumb.primary > .fa { + color: #337ab7; +} +.roo-document-manager-preview > .roo-document-manager-thumb.border-primary { + border: 3px solid #337ab7; +} +.roo-document-manager-preview.disabled > .roo-document-manager-thumb.primary > .fa { + color: #555555; +} +.roo-document-manager-preview.disabled > .roo-document-manager-thumb.border-primary { + border: none; +} /* * sm */ @@ -1836,6 +1880,9 @@ li.dropdown-menu-item i.fa + span { li.dropdown-toggle button > i.glyphicon { margin: 3px 0 0 5px; } +.dropdown-menu.nowrap li a span { + white-space: nowrap; +} div.input-group.has-feedback > .form-control-feedback { right: 30px; } @@ -1853,6 +1900,15 @@ div.input-group.has-feedback > .roo-input-after + .form-control-feedback { .roo-required-indicator.right-indicator { margin-left: 3px; } +.roo-form-group-label-left .roo-required-indicator.left-indicator { + position: absolute; + top: 8px; + left: 15px; +} +/* fix vertical alignment on left labels. tax -details social security number */ +.roo-form-group-label-left label { + margin-top: 8px; +} .label-pill { padding-right: .6em; padding-left: .6em; @@ -2130,19 +2186,29 @@ button.list-group-item { z-index: 20000; /*border: 4px double #557; */ background-color: #ffffff; - padding: 0px 30px; - background-image: url('../images/ux/lightbox/loading.gif'); + padding: 0px; + /*background-image: url('@{bootstrap-image-path}/ux/lightbox/loading.gif');*/ background-repeat: no-repeat; border: 10px solid white; border-radius: 20px; + display: table; + min-width: 250px; +} +.roo-el-mask-msg i { + font-size: 36px; + vertical-align: middle; + float: left; } .roo-el-mask-msg div { font-family: 'Source Sans Pro', sans-serif; font-size: 24px; font-weight: 500; z-index: 20001; - padding: 4px 15px; + padding: 0px 15px; color: #555555; + display: table-cell; + vertical-align: middle; + float: left; } .x-body-masked { overflow: hidden !important; @@ -2347,9 +2413,6 @@ a.roo-brick-link:hover { .modal-dialog { max-width: 100%; } -.modal-body > .container .col-xs-12 { - padding: 0; -} @media (max-width: 768px) { .modal-body .col-md-12 { padding: 0; @@ -2361,6 +2424,26 @@ a.roo-brick-link:hover { margin-left: -5px; margin-right: -5px; } + .modal-body > .container .col-xs-12 { + padding: 0; + } +} +.modal .roo-mb-progress-wrap { + margin-top: 4px; + border: 1px solid #286090; +} +.modal .roo-mb-progress-wrap .roo-mb-progress { + height: 18px; + background: transparent url('../images/default/basic-dialog/progress2.gif') repeat-x 1px 1px; +} +.modal .roo-mb-progress-wrap .roo-mb-progress .roo-mb-progress-bar { + height: 18px; + overflow: hidden; + width: 0; + background: #337ab7; +} +.enable-modal-body-overflow .modal-body { + overflow: auto; } .roo-navigation-bar-group, .roo-navigation-top-bar, @@ -2572,6 +2655,17 @@ a.roo-brick-link:hover { table td .navbar { min-height: auto; } +.navbar-collapse li { + list-style-type: none; + padding: 5px; +} +.navbar-collapse ul { + padding-left: 10px; + padding-top: 5px; +} +.navbar-collapse .dropdown-item .fa { + padding-right: 5px; +} .roo-numberbox { background-color: #337ab7 !important; border: 10px solid black; @@ -3380,6 +3474,7 @@ html[dir="rtl"] .roo-select2-search-choice-close { } .sidebar .sidebar-menu li.open .treeview-menu { display: block; + width: 120%; } /* --- treeview menu */ .sidebar .sidebar-menu .treeview-menu { @@ -3468,12 +3563,13 @@ html.bootstrap-sticky body { } } /* paging toolbar */ -.pagination .x-paging-position span { - padding-top: 3px; - padding-bottom: 3px; +.table .pagination .x-paging-position span { + padding: 3px 6px; } -.pagination .x-paging-position span input { - margin: 0 3px; +.table .pagination .x-paging-position span input { + margin: 0 0 0 7px; + width: 42px; + padding: 0 5px; } .navbar .pagination > li > span { min-height: 34px; @@ -3680,7 +3776,7 @@ html.bootstrap-sticky body { font-weight: bold; } .box-label { - margin-left: 5px; + margin-left: 18px; cursor: pointer; } /* needed as menu ontop of form does not work */ @@ -3688,10 +3784,10 @@ html.bootstrap-sticky body { z-index: 1; } /* admin-lte - messes with checkbox and radio.. */ -.checkbox, -.radio { - padding-left: 15px !important; +/*.checkbox, .radio { + padding-left: 15px !important; } +*/ /* inside a column it needs even more padding...*/ /* * It breaks all the checkbox layout. comment it first... @@ -3745,6 +3841,13 @@ html.bootstrap-sticky body { .tooltip.fade.in { z-index: 10002; } +.x-hidden { + position: absolute; + top: 0; + left: 0; + visibility: hidden; + display: none; +} .roo-upload-cropbox-selector { visibility: hidden; height: 0px; @@ -4909,15 +5012,15 @@ html.bootstrap-sticky body { border-bottom-left-radius: 0px; text-align: right; } -.roo-money-field .has-success .roo-money-currency .input-group-addon { +.has-success .roo-money-currency .roo-select2-container .input-group-addon { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #3c763d; } -.roo-money-field .has-warning .roo-money-currency .input-group-addon { +.has-warning .roo-money-currency .roo-select2-container .input-group-addon { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #8a6d3b; } -.roo-money-field .has-error .roo-money-currency .input-group-addon { +.has-error .roo-money-currency .roo-select2-container .input-group-addon { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #a94442; }