From 3a8ea70173f3f55742343bd4e867dc48cc9ca217 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Tue, 18 Nov 2008 01:44:55 +0000 Subject: [PATCH] Added new items Display as list with CSS to take up less space and be easier to read --- admin/index.php | 57 +++++++++++++++++++++++++++---------------------- css/admin.css | 16 ++++++++++++++ 2 files changed, 48 insertions(+), 25 deletions(-) diff --git a/admin/index.php b/admin/index.php index 5c884534..4c865aa7 100644 --- a/admin/index.php +++ b/admin/index.php @@ -46,37 +46,44 @@ include ("../functions/functions.xhtml.php"); xhtml_head(T_("Administrative Tools"),true,array("../css/table.css","../css/admin.css"),array("../js/link.js")); -print ""; print "

Error, try with Firefox

"; diff --git a/css/admin.css b/css/admin.css index d9784222..7c5f2f03 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1,3 +1,19 @@ +#menu ul{ + list-style: none; + margin: 0; + padding: 0; +} +#menu ul ul{ + list-style: square inside; + margin: 5px; + marker-offset: auto; +} +#menu h3 { + font-size: 100%; + margin-top: 10px; + margin-bottom: 0; +} + #menu { position : fixed; width : 20%;