summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 04:12:06 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 04:12:06 +0200
commit6ff73e25f9867491e58988c142c306089e4f3b66 (patch)
treeda2d737c5d5c15c1697576805b71cddec238f50d /skins
parentf761dd5e9adc2e4dd6c15712b9212ef810def81b (diff)
downloadbugzilla-6ff73e25f9867491e58988c142c306089e4f3b66.tar.gz
bugzilla-6ff73e25f9867491e58988c142c306089e4f3b66.tar.xz
Bug 490767: Make validation happen with JS, when filing a bug
r=pyrzak, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index f0809c33a..8077ba8ea 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -545,3 +545,17 @@ input.required, select.required, span.required_explanation {
overflow-x: hidden;
margin-left: -1px;
}
+
+/*******************/
+/* Form Validation */
+/*******************/
+
+.validation_error_text {
+ font-size: 120%;
+ color: #152446;
+ font-weight: bold;
+}
+
+.validation_error_field {
+ border: 2px solid #152446;
+}