From b109a7d8394fc7e50b9a065b5b7ff58e64c8ea45 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 12 Aug 2015 14:00:08 +0000 Subject: Bug 1192854: change tabs on user preferences from horizontal to vertical layout --- skins/standard/admin.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'skins') diff --git a/skins/standard/admin.css b/skins/standard/admin.css index 4c3af2255..7782086a4 100644 --- a/skins/standard/admin.css +++ b/skins/standard/admin.css @@ -179,3 +179,49 @@ th.title { cursor: default; } +/* User Preferences Page */ + +#prefmain { + margin: 1em 0; +} + +#prefnav { + width: 14em; + float: left; +} + +#prefcontent { + margin-left: 15em; + padding: .2em 1.5em 1.5em 1.5em; + box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); + background: #FFF none repeat scroll 0% 0%; +} + +#prefnav, #prefcontent { + box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); +} + +#prefnav ul { + margin: 0; + padding: 0; + list-style: none; +} + +#prefnav li { + padding: .6em 1em; + background: rgba(255, 255, 255, 0.5); +} + +#prefnav li a { + display: block; + text-decoration: none; +} + +#prefnav li a:hover { + text-decoration: underline; +} + +#prefnav li.selected { + font-weight: bold; + background: #fff; +} -- cgit v1.2.3-24-g4f1b