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>2015-03-10 04:45:36 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-10 04:45:36 +0300
commit3bce263a3d535927932a3ba174b6dfc2e41743a3 (patch)
tree82cee3a16abb50b0ff7b8420527b46cd0b65f452 /app/assets/stylesheets
parent9720240be264e12aebb3b2b3b0051e587de78414 (diff)
Reduce base vertical padding
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/base/gl_variables.scss2
-rw-r--r--app/assets/stylesheets/generic/selects.scss4
2 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/stylesheets/base/gl_variables.scss b/app/assets/stylesheets/base/gl_variables.scss
index 455e0093979..1db490d75fd 100644
--- a/app/assets/stylesheets/base/gl_variables.scss
+++ b/app/assets/stylesheets/base/gl_variables.scss
@@ -99,7 +99,7 @@ $font-size-base: $gl-font-size;
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
-$padding-base-vertical: 8px;
+$padding-base-vertical: 6px;
$padding-base-horizontal: 14px;
// $padding-large-vertical: 10px
diff --git a/app/assets/stylesheets/generic/selects.scss b/app/assets/stylesheets/generic/selects.scss
index 2773ee11fd4..af0ecb192d6 100644
--- a/app/assets/stylesheets/generic/selects.scss
+++ b/app/assets/stylesheets/generic/selects.scss
@@ -4,10 +4,8 @@
background: #FFF;
border-color: #BBB;
padding: 6px 14px;
- font-size: 13px;
- line-height: 18px;
+ line-height: 1.42857143;
height: auto;
- margin: 2px 0;
.select2-arrow {
background: #FFF;