X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=ee95e8ce456d4c0548aaad7c2d0885b015eaa2ba;hb=f8ed78d3025f0d16204ed8a665bb40e96fba1d49;hp=321a2c83be569a6b7d224804d0cb4c3e17b3d30f;hpb=e7ed2ed6dfa73a6225b7d2a2d09529edec03f974;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index 321a2c83be..ee95e8ce45 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2385,7 +2385,7 @@ div.grippie { /* civicrm admin menu */ #civicrm-menu .ui-autocomplete-input, .crm-container .ui-autocomplete-input { - background: white url("../packages/jquery/plugins/select2/select2.png") no-repeat scroll right -23px; + background: white url("../bower_components/select2/select2.png") no-repeat scroll right -23px; padding-right: 16px; /* so that text doesn't flow on top of icon */ } @@ -2588,7 +2588,8 @@ div a.helpicon:focus { border: 0 none; } -/* Override Drupal .2em margin-bottom on forms (we don't want to give up that space) */ +/* ID selector is needed to override Drupal 2em margin-bottom on forms (we don't want to give up that space) */ +div#crm-container form, div.crm-container form { margin-bottom: 0; } @@ -3106,7 +3107,7 @@ div.m ul#civicrm-menu, } /* Add arrow icon to multi-selects */ .crm-container .select2-container-multi .select2-choices:before { - background: url("../packages/jquery/plugins/select2/select2.png") no-repeat scroll 0 -4px; + background: url("../bower_components/select2/select2.png") no-repeat scroll 0 -4px; content: ""; display: block; height: 15px; @@ -3252,6 +3253,9 @@ div.m ul#civicrm-menu, .crm-container .crm-action-menu.action-icon-token .select2-default span.select2-chosen:before { background-position: -144px 0; } +.crm-container .crm-action-menu.action-icon-mail-closed .select2-default span.select2-chosen:before { + background-position: -80px -96px; +} /* Restore this property otherwise our css overrides it */ .select2-search input { box-sizing: border-box;