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