summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-23 00:36:55 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-23 00:36:55 +0000
commitc95137fce3ecbb6c6d4d7a6425736c365f5e5c2c (patch)
tree4930624d3c3e65c21507e27361dd393e606fce74
parent716549e96b6537103c2cdeb124330325f96ff458 (diff)
downloadgitlab-ce-c95137fce3ecbb6c6d4d7a6425736c365f5e5c2c.tar.gz
Fix alignment in Safari
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index d75a5f42c2f..1f3fb002074 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -201,7 +201,7 @@
width: 8px;
position: absolute;
right: -7px;
- bottom: 10px;
+ top: 10px;
border-bottom: 2px solid $border-color;
}
}
@@ -784,7 +784,6 @@
.mini-pipeline-graph {
.builds-dropdown {
background-color: transparent;
- border: none;
padding: 0;
color: $gl-text-color-light;
border: none;