diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 18:53:58 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 18:53:58 -0700 |
commit | be83d770dbcdc3c65ee8837b3762e2086ada4eca (patch) | |
tree | b8a33866998cecbdf75eb2077c5f2985f86874c5 /views | |
parent | 83f959ea0f131aea42c7a14614af27a48694e710 (diff) | |
download | elgg-be83d770dbcdc3c65ee8837b3762e2086ada4eca.tar.gz elgg-be83d770dbcdc3c65ee8837b3762e2086ada4eca.tar.bz2 |
Fixes #3880. Removed the too greedy CSS rule for elgg-admin-notice a so only the close icon is float right.
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/admin.php | 7 |
1 files changed, 6 insertions, 1 deletions
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; } /* *************************************** |