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:
authorPhil Hughes <me@iamphill.com>2016-10-13 13:18:56 +0300
committerPhil Hughes <me@iamphill.com>2016-10-13 13:18:56 +0300
commit9ec7aeac2362151e15e59531f347f2d7924437f8 (patch)
tree4611fd5b0d2f58f2643623fc35374f94373c950c /app/assets/stylesheets/framework/panels.scss
parent96ee975805dd9bbb20bd26edf2dcc7bfdc858c78 (diff)
Tweaked position of badge in panel headings
Various UI tweaks
Diffstat (limited to 'app/assets/stylesheets/framework/panels.scss')
-rw-r--r--app/assets/stylesheets/framework/panels.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss
index c6f30e144fd..5ba0486177f 100644
--- a/app/assets/stylesheets/framework/panels.scss
+++ b/app/assets/stylesheets/framework/panels.scss
@@ -13,6 +13,11 @@
.dropdown-menu-toggle {
line-height: 20px;
}
+
+ .badge {
+ margin-top: -2px;
+ margin-left: 5px;
+ }
}
.panel-body {