diff options
author | Alex Legler <alex@a3li.li> | 2015-01-23 13:41:42 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-23 13:41:42 +0100 |
commit | bb5d821b146b993f175f0b9e2bc9aa6d8fbec05b (patch) | |
tree | 27509124114754d660d044bab35f0ab0c281c3c1 | |
parent | Show secondary nav again, but hide login/tools/page actions on XS screens (diff) | |
download | skin-tyrian-bb5d821b146b993f175f0b9e2bc9aa6d8fbec05b.tar.gz skin-tyrian-bb5d821b146b993f175f0b9e2bc9aa6d8fbec05b.tar.bz2 skin-tyrian-bb5d821b146b993f175f0b9e2bc9aa6d8fbec05b.zip |
Fix preferences view on Tyrian
-rw-r--r-- | main.css | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -160,3 +160,49 @@ pre pre { .cmd-box a, .cmd-box a.external, .cmd-box a.external:visited { color: white; } + +ul#preftoc { + display: block; + height: 2em; +} + +ul#preftoc li { + float: left; + list-style-type: none; + margin-right: 1em; +} + +ul#preftoc li a { + display: block; + text-decoration: none; + border-radius: 2px; + padding: .5em; + padding-top: .25em; + padding-bottom: .25em; +} + +ul#preftoc li.selected a { + background-color: #54487a; + color: white; +} + +div#preferences { + clear: both; + margin-top: 2em; + border: 1px solid #EEE; + border-radius: 4px; + padding: 1em; +} + +div#preferences .mainLegend { + font-family: 'Bitter', sans-serif; + font-size: 1.5em; +} + +div#preferences legend { + font-size: 1.2em; +} + +div#preferences table td { + padding: 4px; +}
\ No newline at end of file |