Commit 5e91576825aebbb6e2cf37028b202af8082631a8

Authored by Melissa Wen
1 parent d0aadabf

Fix link's style on notification area

src/noosfero-spb/noosfero-spb-theme/css/notifications.css
1 1 .environment-notification-plugin-notification-bar{
2   - display: block;
  2 + display: block;
3 3 }
4 4  
5 5 #environment-notification-plugin-notification-manager{
... ... @@ -53,10 +53,11 @@
53 53  
54 54 #content .environment-notification-plugin-notification-bar .warningnotification p a,
55 55 #content .environment-notification-plugin-notification-bar .warningnotification p a:visited,
56   -#content .environment-notification-plugin-notification-notification-modal .warningnotification p a
  56 +#content .environment-notification-plugin-notification-notification-modal .warningnotification p a,
57 57 #content .environment-notification-plugin-notification-notification-modal .warningnotification p a:visited{
58   - font-weight: bold;
59   - color: #8a6d3b;
  58 + font-weight: normal;
  59 + color: #8A6D3B;
  60 + border-bottom: 1px dotted #8A6D3B;
60 61 }
61 62  
62 63 .environment-notification-plugin-notification-bar .informationnotification,
... ...