Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 17:19:32 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 17:19:32 +0300
commit33ccee239ebcac7785c1ad466c1624a43af99c90 (patch)
tree0e9d7fa444ff58bed94588d1dedd1c0a459b8fe1 /app/assets/stylesheets/framework/forms.scss
parente47f0e563d127f593f16c0a521c836e21bceb77f (diff)
parentf414928a54aebddbf73f0e92ccf96a09ad1b6cb4 (diff)
Merge branch 'new-buttons-everywhere' into 'master'
Standartize buttons and fields size Fixes #8069 and #8070 See merge request !2428
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index d0cb91a5b64..4dab806d50e 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -74,8 +74,6 @@ label {
.form-control {
@include box-shadow(none);
- height: 42px;
- padding: 8px $gl-padding;
}
.form-control-inline {