diff options
author | Steve Losh <steve@stevelosh.com> | 2009-02-01 18:02:31 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-02-01 18:02:31 -0500 |
commit | f0bd55c68d3e5fc7e117c43a00fcf24585021d10 (patch) | |
tree | 0b245fc992948972242757ef4e9da929deadfd94 /static | |
parent | f2e64e8c05e9255be619ae4ce47e9419088b5005 (diff) | |
download | bugseverywhere-f0bd55c68d3e5fc7e117c43a00fcf24585021d10.tar.gz |
Implemented bug editing.
Diffstat (limited to 'static')
-rw-r--r-- | static/style/cfbe.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/style/cfbe.css b/static/style/cfbe.css index 8c7cef9..34bac92 100644 --- a/static/style/cfbe.css +++ b/static/style/cfbe.css @@ -54,4 +54,7 @@ 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 +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 |