X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=311fb1b4d5f1af7093933dd807d51da4ff7d8e30;hb=917638051ea50b00a32ef1bb7d5451de7e5ea290;hp=25dc89b85ca29a043ad4b86f274d447eb1549f50;hpb=43804e65a4f1b9089fcdc0de8fd8efe28427d907;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index 25dc89b85c..311fb1b4d5 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -1,6 +1,6 @@ -/* CiviCRM contact summary page styles */ +/* Styles specific to contact Summary/Edit/Inline-Edit pages */ -.crm-container .primary { +.crm-container .primary .crm-label { font-weight: bold; } @@ -186,7 +186,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; @@ -209,8 +209,22 @@ div#crm-contact-thumbnail { text-align: right; } +#crm-container .geotag { + padding: 2px 0 2px 20px !important; + background: url('../i/geotag_16.png') left center no-repeat; + font-size: .9em; +} + /* contact actions */ +#crm-contact-actions-wrapper { + position: relative; +} + +#crm-contact-actions-list { + width: 495px; +} + #crm-contact-actions-list ul { width: auto; } @@ -236,10 +250,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; }