Merge pull request #6412 from colemanw/CRM-11369
[civicrm-core.git] / css / civicrm.css
index 1cfbaa8fbbab19aa0e6f77401434f1660101b715..2d18b9d12d0485433115793e43040c3331191760 100644 (file)
@@ -1301,6 +1301,7 @@ input.crm-form-entityref {
   background-color: #fafafa;
   border: 1px solid #9d9fca;
   height: 220px;
+  overflow: hidden;
 }
 
 #crm-container .thermometer-wrapper,
@@ -3643,6 +3644,9 @@ div.m ul#civicrm-menu,
   border: 0 none;
   font-size: 11px;
 }
+.crm-container div.ui-notify-message table {
+  margin: 10px 0;
+}
 .crm-container div.ui-notify-message td {
   background: rgba(255,255,255,0.1);
   border: 1px solid #111;
@@ -3654,6 +3658,9 @@ div.m ul#civicrm-menu,
   color: #eee;
   font-size: 11px;
 }
+.crm-container div.ui-notify-message table a.action-item {
+  margin-right: 5px;
+}
 .crm-container div.ui-notify-message ul,
 .crm-container div.ui-notify-message ol {
   margin: 0.5em 0 1em;