diff -r 80c32ef237c6 -r b3419d05eabb Resources/css/prefs.css --- a/Resources/css/prefs.css Mon Sep 02 02:22:21 2013 -0700 +++ b/Resources/css/prefs.css Mon Sep 23 09:10:55 2013 -0700 @@ -1,6 +1,34 @@ -#test { - margin-top: 10px; +#sections { + text-align: center; + padding-left: 0px !important; /* override tide default style */ +} + +#sections .icon { + display: inline-block; + padding: 4px 10px; + font-size: 3em; +} + +#sections li { + display: inline; + list-style-type: none; +} + +#sections li a { + text-shadow: 2px 2px 1px #000; +} + +#sections li a:active { + cursor: pointer; + text-shadow: none; + position: relative; + top: 1px; + left: 1px; +} + +#test .info { + font-size: 0.8em; } input[type="text"] { @@ -22,32 +50,7 @@ padding-right: 10px; } -.icon { - display: inline-block; - padding: 4px 10px; - font-size: 3em; -} - -#sections { - text-align: center; - padding-left: 0px !important; /* override tide default style */ +.selected { + border-bottom: 4px solid #444; } -#sections li { - display: inline; - list-style-type: none; -} - -#sections li a { - text-shadow: 2px 2px 1px #000; -} - -#sections li a:active { - cursor: pointer; - text-shadow: none; - position: relative; - top: 1px; - left: 1px; -} - -