From 09acef596481519fa9327950fa9e724357d840b8 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 8 Mar 2011 06:35:36 +0000 Subject: 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 --- views/default/css/admin.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'views/default/css/admin.php') 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 { .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 -- cgit v1.2.3