From b3a58749f376b6df047f4e375a4c4c98a53e5a6b Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Mon, 14 Dec 2015 10:51:31 -0200 Subject: [PATCH] Fix link's style on notification area --- src/noosfero-spb/noosfero-spb-theme/css/notifications.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/noosfero-spb/noosfero-spb-theme/css/notifications.css b/src/noosfero-spb/noosfero-spb-theme/css/notifications.css index fafd719..84b6598 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/notifications.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/notifications.css @@ -1,5 +1,5 @@ .environment-notification-plugin-notification-bar{ - display: block; + display: block; } #environment-notification-plugin-notification-manager{ @@ -53,10 +53,11 @@ #content .environment-notification-plugin-notification-bar .warningnotification p a, #content .environment-notification-plugin-notification-bar .warningnotification p a:visited, -#content .environment-notification-plugin-notification-notification-modal .warningnotification p a +#content .environment-notification-plugin-notification-notification-modal .warningnotification p a, #content .environment-notification-plugin-notification-notification-modal .warningnotification p a:visited{ - font-weight: bold; - color: #8a6d3b; + font-weight: normal; + color: #8A6D3B; + border-bottom: 1px dotted #8A6D3B; } .environment-notification-plugin-notification-bar .informationnotification, -- libgit2 0.21.2