From: Coleman Watts Date: Sun, 15 Feb 2015 19:32:03 +0000 (-0500) Subject: Fix contact actions list X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0871c5f532c30efb02dbbe5c079c22eb8475fa73;p=civicrm-core.git Fix contact actions list --- diff --git a/css/contactSummary.css b/css/contactSummary.css index 2a04fdc729..e1efff24eb 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -217,6 +217,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 +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; }