diff options
Diffstat (limited to 'css/default.php')
-rw-r--r-- | css/default.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/css/default.php b/css/default.php index 6500b31cb6d..dd96b97a86e 100644 --- a/css/default.php +++ b/css/default.php @@ -62,6 +62,11 @@ h1 { text-align:center; } +.body>.center { + height:100%; + width:100%; +} + .center * { margin-left:auto; margin-right:auto; @@ -419,4 +424,17 @@ div.moreActionsList td{ div.moreActionsList tr:hover{ background-color:#DDD; +} + +#settingsNav{ + background-color:#EEEEEE; + float:left; + height:100%; + overflow:auto; + text-align:left; +} + +#settingsNav ul{ + padding-left:20px; + padding-right:20px; }
\ No newline at end of file |