From: Brett Profitt Date: Fri, 14 Oct 2011 01:53:58 +0000 (-0700) Subject: Fixes #3880. Removed the too greedy CSS rule for elgg-admin-notice a so only the... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=be83d770dbcdc3c65ee8837b3762e2086ada4eca;p=lorea%2Felgg.git Fixes #3880. Removed the too greedy CSS rule for elgg-admin-notice a so only the close icon is float right. --- diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 90d151bc6..72c3692e9 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -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; } /* ***************************************