diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core.css b/src/main/webapp/resources/css/fims/framework/common/xit-core.css index 7077edc2..e484edd8 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core.css @@ -1770,18 +1770,18 @@ progress { table.compress-cell-w > :not(caption) > * > * { padding-left: 7px !important; - padding-right: 7px !important; + padding-right: 7px !important; } table.compress-cell-h > :not(caption) > * > * { padding-top: 4px !important; - padding-bottom: 4px !important; + padding-bottom: 4px !important; } table.compress-cell > :not(caption) > * > * { padding-left: 7px !important; padding-right: 7px !important; padding-top: 4px !important; - padding-bottom: 4px !important; + padding-bottom: 4px !important; } .table > tbody { @@ -9758,7 +9758,7 @@ form select.selectpicker.is-invalid ~ .btn { @media (min-width: 576px) { .modal-content { box-shadow: 0 2px 20px 0 rgba(67, 89, 113, 0.45); - } + } } .progress { @@ -11096,6 +11096,10 @@ button.list-group-item-gray.active { width: 75% !important; } +.w-78 { + width: 78% !important; +} + .w-80 { width: 80% !important; }