From 741f6d5e69d47081ee6543b5bade3f2ac207d98e Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Wed, 9 Sep 2015 14:16:08 +0100 Subject: [PATCH] CRM-17187 - Minor notification message CSS improvement (tables, action links) --- css/civicrm.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 67717757ac..2d18b9d12d 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -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; -- 2.25.1