From: Niklas Laxström Date: Thu, 17 Apr 2008 18:15:04 +0000 (+0000) Subject: * Improve styles for prefences X-Git-Tag: 1.31.0-rc.0~48232 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=fb8d1dcd8cbdc9109e53540474c335294634b913;p=lhc%2Fweb%2Fwiklou.git * Improve styles for prefences --- diff --git a/skins/modern/main.css b/skins/modern/main.css index ebae57588f..bfa77b0564 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -340,6 +340,7 @@ h1, h2 { margin: 0 0 0 0; padding: 0em 1em 1em 1em; border: solid 1px #bbbbbb; + clear: left; /* Multi-line toc should not push data to horizontally */ } #preferences fieldset { @@ -354,6 +355,12 @@ h1, h2 { display: none; } +.prefsectiontip { + font-size: x-small; + padding: .2em 2em; + color: #666; +} + #preftoc li.selected { background-color: #bbbbbb; }