]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3880. Removed the too greedy CSS rule for elgg-admin-notice a so only the...
authorBrett Profitt <brett.profitt@gmail.com>
Fri, 14 Oct 2011 01:53:58 +0000 (18:53 -0700)
committerBrett Profitt <brett.profitt@gmail.com>
Fri, 14 Oct 2011 01:53:58 +0000 (18:53 -0700)
views/default/css/admin.php

index 90d151bc6abfecbebc99c8616518ab35812a76e6..72c3692e93cd2168fc27ae6d46ec40a4059f0f30 100644 (file)
@@ -264,8 +264,13 @@ p {
        -moz-border-radius: 4px;
        border-radius: 4px;
 }
-.elgg-admin-notices a {
+.elgg-admin-notices a.elgg-admin-notice {
        float: right;
+       text-decoration: none;
+}
+
+.elgg-admin-notices a {
+       text-decoration: underline;
 }
 
 /* ***************************************