diff options
author | Steve Losh <steve@stevelosh.com> | 2009-02-01 17:28:05 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-02-01 17:28:05 -0500 |
commit | f2e64e8c05e9255be619ae4ce47e9419088b5005 (patch) | |
tree | 80f4ded52cf32383af08f4e8a97f7fa2c1bc5983 /static/style/cfbe.css | |
parent | 55322caec86a2778fe973cb782043c3bc08fa988 (diff) | |
download | bugseverywhere-f2e64e8c05e9255be619ae4ce47e9419088b5005.tar.gz |
Got bug detail editing working, except for the summary.
Diffstat (limited to 'static/style/cfbe.css')
-rw-r--r-- | static/style/cfbe.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/style/cfbe.css b/static/style/cfbe.css index 2ad25fc..8c7cef9 100644 --- a/static/style/cfbe.css +++ b/static/style/cfbe.css @@ -23,6 +23,8 @@ span#filters a { margin-left: 1.5em; } a:link, a:visited, a:active { color: #d03; text-decoration: none; font-weight: bold; } a:hover { color: #60b305; } +.header-with-link { display: inline-block; } +.header-link { margin-left: 1em; } table#bug-list { width: 100%; border-collapse: collapse; border: 0.084em solid #ccc; } table#bug-list td, table#bug-list th { border: 0em; border-bottom: 0.084em solid #ccc; text-align: left; } @@ -48,4 +50,8 @@ 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; }
\ No newline at end of file +p#add-comment-link {margin-top: 1.5em; } + +form#bug-details-edit-form { display: none; } +form#bug-details-edit-form label { font-weight: 700; width: 7.5em; margin-left: 0em; margin-right: 1em; text-align: right; } +form#bug-details-edit-form .field { padding-left: 0em;}
\ No newline at end of file |