diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-17 00:24:04 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-17 00:24:04 +0000 |
commit | fb143a5701f15a8e9792c25ec7c0a030786896d6 (patch) | |
tree | f014b07dad8e23d07959e2a25b1f19612d581d00 /views/default/css/admin.php | |
parent | 3d3ecfa207a47198fca5658bb6aa6e27cb0f13da (diff) | |
download | elgg-fb143a5701f15a8e9792c25ec7c0a030786896d6.tar.gz elgg-fb143a5701f15a8e9792c25ec7c0a030786896d6.tar.bz2 |
Fixes #2242. Can now delete admin notices manually.
git-svn-id: http://code.elgg.org/elgg/trunk@8737 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r-- | views/default/css/admin.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 2a107b1ca..c896095df 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1072,7 +1072,7 @@ ul.admin_plugins { color: black; border: 1px solid blue; font-weight: bold; - padding:3px 10px; + padding: 3px 0px 3px 10px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); @@ -1083,6 +1083,9 @@ ul.admin_plugins { border-radius: 4px; } +.admin_notices a { + float: right; +} .add-user form { width:300px; |