--- FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css 2008/07/12 13:28:20 1.3.2.2 +++ FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css 2008/01/07 03:53:59 1.4 @@ -1,4 +1,4 @@ -/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.3.2.1 2008/01/18 22:05:30 as Exp $ */ +/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.3 2008/01/05 13:33:12 as Exp $ */ body { background-color : #FFF; @@ -9,7 +9,7 @@ body { padding : 0; } -body, td, li, input, select, #content h1, #content h2 { +body, td, li, input, select, label, #content h1, #content h2 { color : #000; font-family : Verdana, sans-serif; font-size : 11px; @@ -82,6 +82,10 @@ ul { padding : 0; } +.right ul { + margin-right : 16px; +} + li { border-width : 0 0 0 1px; border-style : solid; @@ -101,6 +105,17 @@ li a:link, li a:visited { text-decoration : none; } +fieldset { + border-width : 0; + margin : 0; + padding : 0; +} + +label { + display : block; + font-weight : bold; +} + #header { color : #FFF; height : 40px; @@ -118,18 +133,12 @@ li a:link, li a:visited { #topmenu { -} - -#topmenu .left { position : absolute; - left : 20px; top : 64px; } -#topmenu .right { - position : absolute; - right : 16px; - top : 64px; +#topmenu .right ul { + float : left; } #topmenu input { @@ -146,13 +155,14 @@ li a:link, li a:visited { margin : 64px 0 40px 0; } -#content h1, #content h2 { +#content h1, #content h2, #content label { border-width : 1px 0 0 0; border-color : #b4b4b4; border-style : solid; color : #737373; background-color : #f7f7f7; - margin : 20px 0 10px 0; + margin : 5px 0 5px 0; + padding : 2px 0; } #footer { @@ -161,8 +171,7 @@ li a:link, li a:visited { left : 0; color : #737373; font-weight : bold; - padding-top : 4px; - width : 100%; + padding : 4px 20px 0 20px; height : 19px; background-color : #DDD; background-image : url(images/hdr_fill.png); @@ -173,19 +182,15 @@ li a:link, li a:visited { border-style : solid; } -#footer .left { - padding-left : 20px; -} - -#footer .right { - padding-right : 20px; -} - #footer table { float : left; margin-left : 5px; } +#user { + +} + .left { float : left; } @@ -199,7 +204,7 @@ li a:link, li a:visited { } .subcontent { - margin : 10px 0; + margin : 20px 0; } .subcontent table th, .description table th {