diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-08 06:35:36 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-08 06:35:36 +0000 |
commit | 09acef596481519fa9327950fa9e724357d840b8 (patch) | |
tree | a03f578d2638739820b323be9f6243743e1fd133 /views/default/css/admin.php | |
parent | 978c2a7bba800e92d21b17d5398cba02ccd63645 (diff) | |
download | elgg-09acef596481519fa9327950fa9e724357d840b8.tar.gz elgg-09acef596481519fa9327950fa9e724357d840b8.tar.bz2 |
Fixes #3005. Added links to admin faq, admin manual, blog, and community forums in the admin footer.
git-svn-id: http://code.elgg.org/elgg/trunk@8634 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r-- | views/default/css/admin.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 8639af5ea..0da86967b 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1352,3 +1352,27 @@ p.elgg-state-error { <?php //What to do with states that don't have default styles? ?> .elgg-state-selected {} .elgg-state-disabled {} + +/* *************************************** + Footer and horizontal menus +*************************************** */ + +/* Horizontal menus w/ separator support */ +.elgg-menu-hz > li, +.elgg-menu-hz > li:after, +.elgg-menu-hz > li > a { + display:inline-block; + vertical-align:middle; +} + +/* Allow inline image blocks in horizontal menus */ +.elgg-menu-hz .elgg-body:after { + content: '.'; +} +.elgg-menu-admin-footer a { + color: #eeeeee; +} + +.elgg-menu-admin-footer > li { + padding-right: 25px; +}
\ No newline at end of file |