X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=de957adb3bfba5baf34802e32c7ffd05d22e5177;hb=18cf534198c6f77f683ee234bceec28089f1333d;hp=324b44c43140e5d02963b35a64a386b7bd0bc587;hpb=5657de486f4a34a4140bc3d587d8f95662067edd;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index 324b44c431..c1c75403f4 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -5,8 +5,7 @@ * Other civi blocks outside the main container also have the class crm-container (but not the id) * All styles should start with .crm-container unless they are specific to the main div only */ -.crm-container input, -#civicrm-menu input { +.crm-container input { box-sizing: content-box; } @@ -888,6 +887,12 @@ input.crm-form-entityref { font-weight: bold; } +/* dev/core#1039 Make contact details in popup on merge screen non bold */ +#crm-container tr.columnheader td [class*="crm-summary-col-"] { + font-size: 13px; + font-weight: normal; +} + #crm-container tr.columnheader-dark th span.extra { font-size: .95em; font-weight: normal; @@ -1438,6 +1443,7 @@ input.crm-form-entityref { padding: 4px; margin: 0; line-height: 15px; + white-space: initial; } .crm-container .action-item-wrap { @@ -2691,7 +2697,8 @@ div.crm-container form { } .crm-container input.dateplugin::placeholder, -.crm-container input.crm-form-date::placeholder { +.crm-container input.crm-form-date::placeholder, +.crm-container input.crm-form-time::placeholder { font-family: "FontAwesome"; text-align: right; } @@ -2921,7 +2928,6 @@ tbody.scrollContent tr.alternateRow { .crm-container div.status, -div.m ul#civicrm-menu, .crm-container #help, .crm-container .help, .crm-container .ui-tabs-panel, @@ -3230,6 +3236,65 @@ span.crm-select-item-color { width: 93%; } +/* Checkbox gropus */ +.crm-container ul.crm-checkbox-list { + list-style: none; + margin: 0; + padding: 0; + background-color: white; + border: 1px solid #a5a5a5; + width: 300px; + max-width: 100%; + max-height: 300px; + overflow-y: auto; +} +.crm-container ul.crm-checkbox-list li { + position: relative; + margin: 0; + padding: 0; +} +.crm-container ul.crm-checkbox-list li input { + position: absolute; + left: 5px; + top: 4px; +} +.crm-container ul.crm-checkbox-list li label { + display: block; + padding: 2px 0 2px 22px; + margin: 0; + word-break: break-all; +} +.crm-container ul.crm-checkbox-list li:nth-child(even) label { + background-color: #FAFAFA; +} +.crm-container ul.crm-checkbox-list li input:checked + label { + background-color: #FFFFCC; +} +.crm-container ul.crm-checkbox-list li:nth-child(even) input:checked + label { + background-color: #fffdb2 +} + +.crm-container ul.crm-sortable-list li label { + padding-left: 40px; + cursor: move; +} +.crm-container ul.crm-sortable-list li label:after { + display: block; + font-family: "FontAwesome"; + content: "\f047"; + position: absolute; + left: 4px; + top: 2px; + font-size: 10px; + color: grey; +} +.crm-container ul.crm-sortable-list li:hover label:after { + color: inherit; +} +.crm-container ul.crm-checkbox-list.crm-sortable-list li input { + left: 23px; +} + /* classes related to batch entry operation */ .crm-container span.batch-edit, .crm-container span.batch-valid, @@ -3598,7 +3663,6 @@ span.crm-status-icon { } .crm-container.crm-public .select2-container .select2-choice { padding: 5px 5px 5px 8px; - height: auto; } .crm-container.crm-public .select2-container-multi .select2-choices { padding: 4px;