X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=e1efff24eb32770f52791b48b95709465778d2ca;hb=4c12c9b771bde931077f56685b632bd34504b238;hp=6b7a2c74e66b1c34005ed01042875bf723202356;hpb=0e44568b3664dda781cf25a4829f8463363f8b15;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index 6b7a2c74e6..e1efff24eb 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -1,4 +1,4 @@ -/* CiviCRM contact summary page styles */ +/* Styles specific to contact Summary/Edit/Inline-Edit pages */ .crm-container .primary { font-weight: bold; @@ -45,8 +45,8 @@ div#crm-contact-thumbnail { #crm-container div.crm-inline-edit .crm-edit-help { display: none; position: absolute; - right: 0px; - top: 0px; + right: 0; + top: 0; opacity: .8; padding: .4em; border-bottom-left-radius: 1em; @@ -110,7 +110,7 @@ div#crm-contact-thumbnail { } #crm-container div.contact_panel table { - margin-bottom: 0px; + margin-bottom: 0; } #crm-container div.contactCardLeft .label, @@ -144,7 +144,7 @@ div#crm-contact-thumbnail { } #crm-container div.contact_panel td.last { - border-bottom: 0px; + border-bottom: 0; } #crm-container #customFields { @@ -153,7 +153,7 @@ div#crm-contact-thumbnail { #crm-container #customFields div.contact_panel td.talabel { padding: 4px 0 0 4px; - border: 0px; + border: 0; } #crm-container #customFields .contact_panel .customFieldGroup { @@ -205,12 +205,26 @@ div#crm-contact-thumbnail { } #crm-record-log { - padding: 0.8em 0.8em 0em 0em; + padding: 0.8em 0.8em 0 0; 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; } @@ -257,10 +260,22 @@ div#crm-contact-thumbnail { width: 160px; } +.crm-container table.crm-address-element { + border: none; + margin-bottom: .25em; +} + #crm-contact-actions-list .icon { background-image: url("../i/icons/jquery-ui-FFFFFF.png"); } +.crm-container .restore-icon { + background-position: 0 -66px; +} +.crm-container .button:hover .restore-icon { + background-image: url("../i/icons/jquery-ui-91CE00.png"); +} + /* Responsive layout changes */ #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed,