X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=0114b041321b0d8045c6725a35b81d400ade7960;hb=5727ab0abd445c19f05b1346c3a3ad05fb8ab6bf;hp=8f05e0285bce17bcfe6e9912d2f1941391c36ec2;hpb=5df1fada49f1611f84d99a81b54f6b2adc8c3f4a;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index 8f05e0285b..0114b04132 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -24,20 +24,26 @@ flex-wrap: wrap; box-sizing: border-box; } -.crm-container .crm-flex-box > * { +.crm-flex-box > * { flex: 1; box-sizing: border-box; min-width: 0; /* prevents getting squashed by whitespace:nowrap content */ } -.crm-container .crm-flex-box > .crm-flex-2 { +.crm-container .crm-flex-1 { + flex: 1; +} +.crm-container .crm-flex-2 { flex: 2; } -.crm-container .crm-flex-box > .crm-flex-3 { +.crm-container .crm-flex-3 { flex: 3; } -.crm-container .crm-flex-box > .crm-flex-4 { +.crm-container .crm-flex-4 { flex: 4; } +.crm-container .crm-flex-5 { + flex: 5; +} .crm-container .crm-draggable { cursor: move; @@ -2969,9 +2975,13 @@ tbody.scrollContent tr.alternateRow { .crm-container .select2-container-multi.crm-ajax-select .select2-choices:before { background-position: right -26px; } +.crm-container .select2-container.select2-container-disabled .select2-choice .select2-arrow b { + visibility: hidden; +} .crm-container .select2-container-multi.loading .select2-choices:before, .crm-container .select2-container.loading .select2-choice .select2-arrow b { - background: url('../i/loading.gif') no-repeat center center; + background: url('../i/loading.gif') no-repeat center center !important; + visibility: visible; } /* Reduce select2 size to match other inputs */ .crm-container .select2-container-multi .select2-choices { @@ -3351,6 +3361,9 @@ span.crm-select-item-color { } .crm-container span.crm-editable-enabled { display: inline-block !important; + padding-right: 2px; + min-height: 1em; + min-width: 3em; } .crm-container .crm-editable-enabled .crm-i {