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-07-19 21:35:01 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-07-19 21:35:01 +0300
commitf4505757cf8ad288d64ab73b8f68e070572692b8 (patch)
treeeba6fd0a9d12004b76d56a655c2ef0ab4d0240d5 /app/assets
parentc263c84ae471f337e02547cc1e0a1de979ef4280 (diff)
parentb81171a8500f2585fceb17da7914300a2c5e0cef (diff)
Merge branch 'tag-page-updates' into 'master'
Fix styling of tag page ## What does this MR do? Fixes tag page UI ## Screenshots (if relevant) Before: ![Screen_Shot_2016-07-18_at_3.09.28_PM](/uploads/575776fe7917321307baf2b8c2b34d75/Screen_Shot_2016-07-18_at_3.09.28_PM.png) After: ![Screen_Shot_2016-07-18_at_3.09.08_PM](/uploads/44f905318c01eb094989cb74bcd4c3c1/Screen_Shot_2016-07-18_at_3.09.08_PM.png) See merge request !5334
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/tags.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/tags.scss b/app/assets/stylesheets/pages/tags.scss
new file mode 100644
index 00000000000..24ebd3e7cfa
--- /dev/null
+++ b/app/assets/stylesheets/pages/tags.scss
@@ -0,0 +1,7 @@
+.tag-buttons {
+ line-height: 40px;
+
+ .btn:not(.dropdown-toggle) {
+ margin-left: 10px;
+ }
+}