Fix contact actions list
authorColeman Watts <coleman@civicrm.org>
Sun, 15 Feb 2015 19:32:03 +0000 (14:32 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 15 Feb 2015 19:32:03 +0000 (14:32 -0500)
css/contactSummary.css

index 2a04fdc729b9364e96ee5f410965a7b420af1f39..e1efff24eb32770f52791b48b95709465778d2ca 100644 (file)
@@ -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;
 }