summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/forms.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-29 11:37:27 +0000
committerPhil Hughes <me@iamphill.com>2016-03-02 11:41:52 +0000
commit834eea08565397d58e043ea61f945171c70018e2 (patch)
treeb1914239b50eaf9dcbe65ee47f1eb6e6a4594c2d /app/assets/stylesheets/framework/forms.scss
parent386d442a18ec758330942ff5feefd02cb403e817 (diff)
downloadgitlab-ce-834eea08565397d58e043ea61f945171c70018e2.tar.gz
Profile settings
Closes #13853
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index d097e4d32f7..85ec5f1e5f3 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -28,15 +28,15 @@ input[type='search'].search-input {
}
&.search-input:-moz-placeholder { /* Firefox 18- */
- text-align: center;
+ text-align: center;
}
&.search-input::-moz-placeholder { /* Firefox 19+ */
- text-align: center;
+ text-align: center;
}
- &.search-input:-ms-input-placeholder {
- text-align: center;
+ &.search-input:-ms-input-placeholder {
+ text-align: center;
}
}
@@ -69,6 +69,10 @@ label {
&.inline-label {
margin: 0;
}
+
+ &.label-light {
+ font-weight: normal;
+ }
}
.inline-input-group {