From 7a4f6d29874b0a800c0163a12195ffa9cb8727d6 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sun, 1 Feb 2009 20:01:13 -0500 Subject: Changes before Laura checks it out. --- static/style/cfbe.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/style/cfbe.css b/static/style/cfbe.css index 34bac92..360744f 100644 --- a/static/style/cfbe.css +++ b/static/style/cfbe.css @@ -1,7 +1,10 @@ /* @override http://localhost:8080/static/style/cfbe.css */ -body { background-image: url(/static/images/gradient-background.png); background-color: #bbbbbb; background-repeat: repeat-x; - /*background-image: url(/static/images/stripe-rhythm.png); background-repeat: repeat;*/ } +body { background-image: url(/static/images/gradient-background.png); background-color: #bbbbbb; background-repeat: repeat-x; } + +body.rhythm { background-image: url(/static/images/stripe-rhythm.png); background-repeat: repeat; } +div#content-pane.rhythm { background-color: transparent; } +div#external-pane-content.rhythm { background-color: transparent; } div#header { background-image: url(/static/images/gradient-header.png); background-repeat: repeat-x; background-color: #770005; color: #fff; margin-top: 1.5em; } @@ -45,9 +48,7 @@ p.bug-comment-footer { margin: 0em 0em; color: #888; } h4.bug-comment-header { margin: 1.5em 0em 0em; } form#create-form { height: 3em; display: none; } -form#create-form div.field { } form#create-form input#create-summary { width: 30em; font-weight: 700; } -form#create-form button#create-button { } form#add-comment-form { display: none; margin-top: 1.5em; } p#add-comment-link {margin-top: 1.5em; } @@ -57,4 +58,4 @@ form#bug-details-edit-form label { font-weight: 700; width: 7.5em; margin-left: form#bug-details-edit-form .field { padding-left: 0em; } form#bug-summary-edit-form { display: none; } -input#bug-summary-edit-body { width: 100%; } \ No newline at end of file +input#bug-summary-edit-body { width: 95%; } -- cgit