X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=0c248d78bfdebf4d13d740233345cdba4983e566;hb=3efd9c5829d51f90d33586b68e5e4f1a9bb2fb1b;hp=2a04fdc729b9364e96ee5f410965a7b420af1f39;hpb=64d209633de7196d105f9559c3e080018e06d32b;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index 2a04fdc729..0c248d78bf 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -1,6 +1,6 @@ /* Styles specific to contact Summary/Edit/Inline-Edit pages */ -.crm-container .primary { +.crm-container .primary .crm-label { font-weight: bold; } @@ -48,7 +48,7 @@ div#crm-contact-thumbnail { right: 0; top: 0; opacity: .8; - padding: .4em; + padding: .4em .9em; border-bottom-left-radius: 1em; } @@ -115,6 +115,8 @@ div#crm-contact-thumbnail { #crm-container div.contactCardLeft .label, #crm-container div.contactCardRight .label { + color: #2f2f2f; + font-weight: normal; font-size: 11px; vertical-align: top; margin-right: 10px; @@ -161,6 +163,9 @@ div#crm-contact-thumbnail { padding: 4px; width: 100%; } +.crm-container div.contact_panel td.grouplabel { + border-bottom: 2px solid #D7D7D0 !important; +} #crm-container div.contact_panel .crm-address-block { margin-bottom: 6px; @@ -186,7 +191,7 @@ div#crm-contact-thumbnail { #crm-container div.crm-summary-row div.crm-label { background-color: #FAFAFA; - color: #7A7A60; + color: #777760; text-align: left; width: 122px; float: left; @@ -217,6 +222,14 @@ div#crm-contact-thumbnail { /* contact actions */ +#crm-contact-actions-wrapper { + position: relative; +} + +#crm-contact-actions-list { + width: 495px; +} + #crm-contact-actions-list ul { width: auto; } @@ -242,10 +255,6 @@ div#crm-contact-thumbnail { border-right: 1px solid #a7a7a7; } -#crm-contact-actions-wrapper { - position: relative; -} - #crm-contact-actions-list .crm-contact_activities-list select { margin-top: 4px; } @@ -334,4 +343,11 @@ div#crm-contact-thumbnail { -moz-box-sizing: border-box; float: none; width: 100%; +} + +#tagGroup table .label { + color: #FFF; +} +#tagGroup table { + color: #000; } \ No newline at end of file