From 7d69bd2752fe318f46bfade32bd14180c2853234 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 19 Sep 2010 12:34:49 +0200 Subject: [PATCH] fix layout issue in the settings page --- css/default.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/css/default.php b/css/default.php index 663dcf0d87e..09f98976b9e 100644 --- a/css/default.php +++ b/css/default.php @@ -433,13 +433,25 @@ div.moreActionsList tr:hover{ #settingsNav{ background-color:#EEEEEE; - float:left; + left:0px; + top:0px; height:100%; + width:150px; overflow:auto; + position:absolute; text-align:left; } #settingsNav ul{ padding-left:20px; padding-right:20px; +} + +#settingsHolder{ + left:150px; + margin:0px; + right:0px; + position:absolute; + overflow:auto; + height:100%; } \ No newline at end of file