CRM-17187 - Minor notification message CSS improvement (tables, action links)
authorJKingsnorth <john@johnkingsnorth.co.uk>
Wed, 9 Sep 2015 13:16:08 +0000 (14:16 +0100)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Wed, 9 Sep 2015 13:16:08 +0000 (14:16 +0100)
css/civicrm.css

index 67717757ac90e542607c43e693efc214bba385ab..2d18b9d12d0485433115793e43040c3331191760 100644 (file)
@@ -3644,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;
@@ -3655,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;