summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-02-12 20:04:53 +0100
committermkanat%bugzilla.org <>2009-02-12 20:04:53 +0100
commit59f642f7dd0626db80a94da0f625678c0ebbf506 (patch)
treea93ff95965422c5962699796040f45afff526b4f /skins
parentc09a9a46b4c20a99a046b8ad67dbae76910e1256 (diff)
downloadbugzilla-59f642f7dd0626db80a94da0f625678c0ebbf506.tar.gz
bugzilla-59f642f7dd0626db80a94da0f625678c0ebbf506.tar.xz
Bug 464187: Make the text inputs in the show_bug edit form grow with the window
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/show_bug.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css
index 17ce9afd0..3a91e8c7b 100644
--- a/skins/standard/show_bug.css
+++ b/skins/standard/show_bug.css
@@ -7,8 +7,30 @@
font-weight: bold;
}
+.bz_bug .edit_form {
+ width: 100%;
+}
+.bz_bug .edit_form table {
+ width: 100%;
+}
+.bz_bug .edit_form .text_input {
+ width: 100%;
+ min-width: 25em;
+}
+.bz_bug #alias {
+ min-width: 0;
+ width: 10em;
+}
+
+.flags_label {
+ text-align: left;
+}
+table#flags {
+ width: auto;
+}
+
.bz_column_spacer {
- width: 2em;
+ width: 0.5em;
}
.related_actions {