From be83d770dbcdc3c65ee8837b3762e2086ada4eca Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Thu, 13 Oct 2011 18:53:58 -0700 Subject: Fixes #3880. Removed the too greedy CSS rule for elgg-admin-notice a so only the close icon is float right. --- views/default/css/admin.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'views/default/css/admin.php') 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; } /* *************************************** -- cgit v1.2.3