X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=77886eb8c8c425b6708c6c2361b294e8ae5a677a;hb=562fda4b8858de88ab2a709c3aefdedd5db0dd87;hp=1840e31508aab6c0ba28f1461acfe3b064ad837e;hpb=6d699851d58b6116417dd95d5821e1cdbdfe7e42;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index 1840e31508..77886eb8c8 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -282,6 +282,8 @@ input.crm-form-entityref { } .crm-container input.crm-form-text[disabled], +.crm-container input.dateplugin[disabled], +.crm-container select.crm-form-select[disabled], .crm-container input.crm-form-text[readonly] { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #ddd), color-stop(15%, #f2f2f2)); background-image: -webkit-linear-gradient(top, #ddd 1%, #f2f2f2 15%); @@ -289,6 +291,12 @@ input.crm-form-entityref { background-image: linear-gradient(top, #ddd 1%, #f2f2f2 15%); } +.crm-container input.crm-form-text[disabled], +.crm-container input.dateplugin[disabled], +.crm-container select.crm-form-select[disabled] { + color: #a9a9a9; +} + .crm-container .crm-form-submit { margin: .25em 0.5em 0.25em 0; } @@ -1212,20 +1220,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; @@ -3000,6 +2994,7 @@ tbody.scrollContent tr.alternateRow { .crm-container .status-fatal, .crm-container .status-hold, .crm-container .status-past, +.crm-contact-deceased, .crm-container .status-warning { color: #E43D2B !important; } @@ -3303,6 +3298,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; @@ -4009,29 +4011,6 @@ span.crm-status-icon { background: url("../i/loading-overlay.gif") center center no-repeat white !important; } -/* Recurring Dialog */ -.crm-container .recurring-dialog-inner-wrapper { - display: inline-block; - width: 100%; -} -.crm-container .recurring-dialog-inner-left{ - width: 30%; - float: left; -} -.crm-container .recurring-dialog-inner-right{ - width: 70%; - float: left; -} -.crm-container .recurring-dialog-button{ - background: #f5f5f5; - background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1); - border: 1px solid rgba(0,0,0,0.1); - padding: 5px 8px; - text-align: center; - border-radius: 2px; - cursor: pointer; - font-size: 11px !important; -} .crm-container table.mergecontact thead th { width:30%; }