Return to tinderstyle.css CVS log | Up to [Paefchen] / FreeBSD / tinderbox / webui / templates / paefchen |
version 1.6, 2008/01/18 21:36:24 | version 1.7, 2008/07/12 13:24:35 |
---|---|
Line 1 | Line 1 |
/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.5 2008/01/07 04:16:37 as Exp $ */ | /* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.6 2008/01/18 21:36:24 as Exp $ */ |
body { | body { |
background-color : #FFF; | background-color : #FFF; |
Line 82 ul { | Line 82 ul { |
padding : 0; | padding : 0; |
} | } |
.right ul { | |
margin-right : 16px; | |
} | |
li { | li { |
border-width : 0 0 0 1px; | border-width : 0 0 0 1px; |
border-style : solid; | border-style : solid; |
Line 133 label { | Line 129 label { |
#topmenu { | #topmenu { |
} | |
#topmenu .left { | |
position : absolute; | position : absolute; |
left : 20px; | |
top : 64px; | top : 64px; |
width : 100%; | |
} | } |
#topmenu .right { | #topmenu .right { |
padding-right : 20px; | position : absolute; |
} | right : 16px; |
top : 64px; | |
#topmenu .right ul { | |
float : left; | |
} | } |
#topmenu input { | #topmenu input { |