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:
authorJacob Schatz <jschatz@gitlab.com>2016-06-18 19:45:07 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-06-18 19:45:07 +0300
commit93ad4b13f0619c3da11863a9362e018107e81f19 (patch)
treec67d663f043944724c60ec0ad05222ccca92678b
parent81204f3d4a7a73e6efb00a51b270037e028a7d56 (diff)
parente131ac6791aa1bbe893e6df8d4a6b56b1e0683c2 (diff)
Merge branch '18762-feedback-btn' into 'master'
Fix margin & padding on activity btn ## What does this MR do? Fixes alignment of activity btn ## What are the relevant issue numbers? Closes #18762 ## Screenshots (if relevant) ![Screen_Shot_2016-06-17_at_9.29.06_AM](/uploads/4ab9fb33d450dda72811a5ce2570b8c7/Screen_Shot_2016-06-17_at_9.29.06_AM.png) See merge request !4750
-rw-r--r--app/assets/stylesheets/pages/projects.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index ed8e9d6915b..f138a2f5387 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -494,7 +494,8 @@ pre.light-well {
.activity-filter-block {
.controls {
- padding-bottom: 10px;
+ padding-bottom: 7px;
+ margin-top: 8px;
border-bottom: 1px solid $border-color;
}
}