summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/web
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2014-02-18 18:07:17 +0100
committerByron Jones <bjones@mozilla.com>2014-02-18 18:07:17 +0100
commit17a75b947405dc45ece1657d9cbfef7d51ee9df8 (patch)
treefa9b3099b8e545909bc262fa08ccc89819f80a8d /extensions/REMO/web
parent0d7f13d56847906ffd2fa107c5a7c4fe6c8e1cca (diff)
downloadbugzilla-17a75b947405dc45ece1657d9cbfef7d51ee9df8.tar.gz
bugzilla-17a75b947405dc45ece1657d9cbfef7d51ee9df8.tar.xz
Bug 971004: Bugzilla form for Community IT Requests
Diffstat (limited to 'extensions/REMO/web')
-rw-r--r--extensions/REMO/web/styles/moz_reps.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/REMO/web/styles/moz_reps.css b/extensions/REMO/web/styles/moz_reps.css
index 1cd9002b4..216bdd234 100644
--- a/extensions/REMO/web/styles/moz_reps.css
+++ b/extensions/REMO/web/styles/moz_reps.css
@@ -6,6 +6,7 @@
#reps-form th, #reps-form td {
padding: 5px;
+ vertical-align: top;
}
#reps-form .even th, #reps-form .even td {
@@ -22,6 +23,10 @@
width: 590px;
}
+#reps-form textarea.small {
+ width: 295px;
+}
+
#reps-form .mandatory {
color: red;
font-size: 80%;