X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=311fb1b4d5f1af7093933dd807d51da4ff7d8e30;hb=a2c70872e4b551fd15761e88d67b496a56395c8e;hp=cb9e55617e5317781ac0b4053208af9c86501209;hpb=fb1b8b9d4c10122a89f2e017497071a734496fe6;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index cb9e55617e..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,17 +250,6 @@ div#crm-contact-thumbnail { border-right: 1px solid #a7a7a7; } -#crm-contact-actions-wrapper { - position: relative; - float: left; - width: 85px; - /* fixes ie bug where button is toooooo long */ -} -#crm-contact-actions-list { - width: 495px; - /* fixes ie bug caused by above*/ -} - #crm-contact-actions-list .crm-contact_activities-list select { margin-top: 4px; }