X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=4a097a73ab4d1bf323f5df4f95df783a94dba9a8;hb=4914efffb8b22810906f4cffe7a2bfb65f25c9ac;hp=c67998883243029181c923eaf29aa187f845ced1;hpb=c148483e8b3e53123202d411b6635535b1b1b4d9;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index c679988832..4a097a73ab 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -297,6 +297,11 @@ input.crm-form-entityref { color: #a9a9a9; } +.crm-container .crm-form-time { + width: 5em; + margin-left: 1em; +} + .crm-container .crm-form-submit { margin: .25em 0.5em 0.25em 0; } @@ -1220,20 +1225,6 @@ input.crm-form-entityref { content: "\00BB"; } -.crm-container div#searchForm { - height: auto; - width: 100%; -} - -.crm-container div#searchForm table.form-layout { - border-spacing: 0; -} - -.crm-container div#searchForm table.form-layout td { - padding: 4px; - border: 1px solid #DDDDDD; -} - /* editor specific classes */ #crm-container dd.editor { margin-top: 0.7em; @@ -1670,23 +1661,6 @@ input.crm-form-entityref { padding: 3px; } -/* class for text area resizer jquery plugin*/ -div.grippie { - background: #EEEEEE url('../i/grippie.png') no-repeat scroll center 2px; - border-color: #DDDDDD; - border-style: solid; - border-width: 0pt 1px 1px; - cursor: s-resize; - height: 9px; - overflow: hidden; -} -.crm-container .resizable-textarea textarea { - display: block; - margin-bottom: 0pt; - width: 95%; - height: 20%; -} - .crm-container ul li.crm-tab-button { border-bottom: 0 none; float: left; @@ -2087,9 +2061,10 @@ div.grippie { background-image: url("../i/icons/jquery-ui-FFFFFF.png"); } -/* No button styling for PayPal Express buttons */ -#crm-container input#_qf_Register_upload_express, -#crm-container input#_qf_Main_upload_express { +/* No crm-button styling for PayPal Express buttons */ +.crm-container input#_qf_Register_upload_express, +.crm-container input#_qf_Payment_upload_express, +.crm-container input#_qf_Main_upload_express { background: none; margin: 0; padding: 0; @@ -2394,7 +2369,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 */ } @@ -2597,7 +2572,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; } @@ -2670,18 +2646,15 @@ div.crm-container form { .crm-container .dataTables_processing { position: absolute; - top: 50%; - left: 50%; - width: 250px; - height: 30px; - margin-left: -125px; - margin-top: -15px; - padding: 14px 0 2px 0; - border: 1px solid #ddd; - text-align: center; - color: #999; - font-size: 14px; - background-color: white; + top: 0; + left: 0; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + background: url("../i/loading-overlay.gif") center center no-repeat white; + opacity: 0.6; + cursor: wait; } .crm-container .dataTables_length { @@ -2792,7 +2765,8 @@ div.crm-container form { } /* Date plugin */ -.crm-container input.dateplugin { +.crm-container input.dateplugin, +.crm-container input.crm-form-date { background: white url(../i/cal.gif) no-repeat scroll right center; padding-right: 16px; /* so that text doesn't flow on top of icon */ @@ -3114,7 +3088,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; @@ -3260,6 +3234,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; @@ -3312,6 +3289,13 @@ div.m ul#civicrm-menu, background: none repeat scroll 0 0 transparent; } +/* unset the styling for the li in jstree */ +#tagtree ul { + list-style: none; + margin: 0px; + padding: 0px; +} + /* Class for successful upgrade */ .crm-container .upgrade-success { background-color: #00CC00;