From 78170426e97d0640aae50e5ac0207179be687efe Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 26 Aug 2008 13:23:02 +0000 Subject: Graphical fixes on ice skin. Modified submenu to look better in IE and FF. git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1413 ab2d0c66-481e-0410-8bed-d214d4d58bed --- ice/ice.css | 72 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 25 deletions(-) (limited to 'ice') diff --git a/ice/ice.css b/ice/ice.css index 0a42292..cfef8de 100644 --- a/ice/ice.css +++ b/ice/ice.css @@ -46,6 +46,10 @@ input.error,select.error,textarea.error { font-style: normal; } +input.checkbox { +border: none; +} + .mute { color: #777; } @@ -190,7 +194,9 @@ body { } #nav ul li ul li.selected { background: #dff; + background: white; font-weight: bold; + text-transform: uppercase; } #nav ul li ul li a { clear: right; @@ -243,33 +249,48 @@ body { * PAGE > MAIN > SUBNAV *---------------------------------------------------------------------------------- */ -#subnav { - position: absolute; - top: 56px; - height: 20px; - left: 200px; - padding-top: 0px; -} -#subnav a { - height: 40px; - margin: 0px 0px 5px 0px; - padding: 3px 5px 2px 5px; - font-size: 12px; - border: 1px solid #bbb; - border-bottom: none; -} +#subnav { +position:absolute; +top:53px; +//top:54px; +height:40px; +left:200px; +padding-top:2px; +} -#subnav li { - background-image: url(menu_item.png); - display: inline; - float: left; - margin: 0em 0.1em 0.25em 0em; - padding: 0px; - } +#subnav ul { +//padding-top: 5px; +} + +#subnav li { +display:inline; +height:40px; +margin:0px 0px 5px 0px; +//margin-right: 5px; +padding:3px 5px 2px 5px; +font-size:12px; +color:#ffffff; +background-image: url(menu_item.png); +border:1px solid #bbb; +border-bottom:none; +} + +#subnav a { +font-size:12px; +/*color: black; */ +} -#subnav li.selected { - background: #dff; - } +#subnav a.selected { +color: #003566; +text-transform: uppercase; +} + +#subnav li.selected { +background: #dff; +background: white; +font-weight: bold; +color: #003566; +} /*---------------------------------------------------------------------------------- * PAGE > MAIN > CONTENT @@ -292,6 +313,7 @@ body { font-size: 14px; white-space: nowrap; overflow: hidden; + vertical-align: top; } #content h1 { margin-top: 20px; -- cgit v1.2.3