summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2015-02-10 02:00:55 +0100
committerDylan William Hardison <dylan@hardison.net>2015-02-24 03:56:34 +0100
commitf193116a4f38a4d3c8a9e5f7da3006a6f006448d (patch)
tree301bd63c396dc9ded15de2f1f7c34938729d82a9 /skins
parentfab5c126b317996c6802d175e196ac11f0171d73 (diff)
downloadbugzilla-f193116a4f38a4d3c8a9e5f7da3006a6f006448d.tar.gz
bugzilla-f193116a4f38a4d3c8a9e5f7da3006a6f006448d.tar.xz
Bug 1123275 - Changes to form.reps.mentorship (DRAFT)
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla-OpenSans/global.css3
-rw-r--r--skins/contrib/Mozilla/global.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/skins/contrib/Mozilla-OpenSans/global.css b/skins/contrib/Mozilla-OpenSans/global.css
index 63c326ed7..d498ef82f 100644
--- a/skins/contrib/Mozilla-OpenSans/global.css
+++ b/skins/contrib/Mozilla-OpenSans/global.css
@@ -80,7 +80,8 @@ a:hover, #header a:hover, #footer a:hover {
color: #00539f;
}
-select[multiple], textarea, input[type=text], input[type=password], input:not([type]), .text_input, .yui-ac-input {
+select[multiple], textarea, input[type=text], input[type=password],
+input[type=email], input[type=url], input:not([type]), .text_input, .yui-ac-input {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index 48d75868d..cd88d4dd8 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -124,7 +124,7 @@ a:hover, #header a:hover, #footer a:hover {
}
select[multiple], textarea, input[type=text], input[type=password],
-input[type=email], input:not([type]), .text_input, .yui-ac-input {
+input[type=email], input[type=url], input:not([type]), .text_input, .yui-ac-input {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;