From a7097ea4a11f19f2838bf25c113e4dd1b1f5ba78 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 22 Jun 2007 16:57:49 +0000 Subject: [PATCH] patch #1741047, thanks to Juergen Wind --- themes/original/css/theme_left.css.php | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index ab2018459..91d525aaf 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -30,6 +30,10 @@ a img { border: 0; } +ul { + margin:0; +} + form { margin: 0; padding: 0; @@ -62,6 +66,10 @@ button { /******************************************************************************/ /* specific elements */ +div#pmalogo { + background-color: #D0DCE0; + padding:.3em; +} div#pmalogo, div#leftframelinks, div#navidbpageselector, @@ -76,11 +84,15 @@ ul#databaseList { border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; - padding-left: 1.5em; + padding-: 1.5em; } ul#databaseList a { display: block; +} + +div#navidbpageselector a, +ul#databaseList a { background: ; color: ; } @@ -185,9 +197,9 @@ div#left_tableList img { } div#left_tableList ul ul { - margin-left: 0; - padding-left: 0.1em; - border-left: 0.1em solid ; + margin-: 0; + padding-: 0.1em; + border-: 0.1em solid ; padding-bottom: 0.1em; border-bottom: 0.1em solid ; -} +} \ No newline at end of file