aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-02-01 18:02:31 -0500
committerSteve Losh <steve@stevelosh.com>2009-02-01 18:02:31 -0500
commitf0bd55c68d3e5fc7e117c43a00fcf24585021d10 (patch)
tree0b245fc992948972242757ef4e9da929deadfd94 /static
parentf2e64e8c05e9255be619ae4ce47e9419088b5005 (diff)
downloadbugseverywhere-f0bd55c68d3e5fc7e117c43a00fcf24585021d10.tar.gz
Implemented bug editing.
Diffstat (limited to 'static')
-rw-r--r--static/style/cfbe.css5
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