diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-20 02:57:21 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-20 02:57:21 +0000 |
commit | 22fd09fa332ed11118e8cc81e82dd2497b874ac5 (patch) | |
tree | e72c28e5d1bb77c16968ab595e79f9c537163af6 | |
parent | 7a0b38bc551a848877cfbe8114a1c43bc7d8aa7d (diff) | |
download | elgg-22fd09fa332ed11118e8cc81e82dd2497b874ac5.tar.gz elgg-22fd09fa332ed11118e8cc81e82dd2497b874ac5.tar.bz2 |
Refs #3236 added some margin to the bottom of the admin footer
git-svn-id: http://code.elgg.org/elgg/trunk@9110 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 3801fee32..c4dacad91 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -281,6 +281,7 @@ table.mceLayout { background-color: #111; border: 1px solid #999; padding: 10px 20px; + margin-bottom: 10px; } .elgg-page-footer a { color: #ddd; |