projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e1885
)
Fix contact actions list
author
Coleman Watts
<coleman@civicrm.org>
Sun, 15 Feb 2015 19:32:03 +0000
(14:32 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sun, 15 Feb 2015 19:32:03 +0000
(14:32 -0500)
css/contactSummary.css
patch
|
blob
|
blame
|
history
diff --git
a/css/contactSummary.css
b/css/contactSummary.css
index 2a04fdc729b9364e96ee5f410965a7b420af1f39..e1efff24eb32770f52791b48b95709465778d2ca 100644
(file)
--- 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;
}