summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-14 12:00:09 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-14 12:00:09 -0500
commit94a08ec1060063e881afccf5187625702839f3ff (patch)
tree006af573e6fceb7a801e368954252939c5b739ac
parentc49517a0048f24e57f6d6ab2a5e80c8de132280d (diff)
downloadgitlab-ce-94a08ec1060063e881afccf5187625702839f3ff.tar.gz
Add margin between labels; remove underline hover style on status button
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index cbf8297f387..1dc96e440b8 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -43,6 +43,13 @@
border-top-width: 1px;
}
+ .commit-link {
+
+ a:hover {
+ text-decoration: none;
+ }
+ }
+
.branch-commit {
.branch-name {
@@ -80,7 +87,12 @@
margin-left: 0;
}
+ .label {
+ margin-right: 4px;
+ }
+
.label-container {
+ font-size: 0;
.label {
margin-top: 5px;