diff --git a/module/program/css/browse.css b/module/program/css/browse.css index 67db67ad80..ac6ac02bce 100644 --- a/module/program/css/browse.css +++ b/module/program/css/browse.css @@ -12,9 +12,11 @@ tbody.sortable > tr > td.sort-handler {color: #3c4353 !important;} .has-prefix > span {flex: none;} .has-prefix > a {padding-left: 5px;} -.has-suffix > a {max-width: calc(100% - 100px); padding-right: 5px; color: #0c60e1; display: inline-block; max-width: calc(100% - 50px);} +.has-suffix > a {padding-right: 5px; color: #0c60e1; display: inline-block; max-width: calc(100% - 50px);} +.is-nest-child span.table-nest-icon {visibility: hidden; width: 0;} div.checkbox-primary + span.table-nest-icon {margin-left: 0px !important;} + #checkAll + label.hover:after {border-width: 0px;} .c-budget {width:100px; text-align: right; padding-right:16px !important;} -.c-status {width: 65px !important;} \ No newline at end of file +.c-status {width: 65px !important;}