summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-02-22 12:20:57 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-02-22 12:20:57 +0000
commitc8407a151f618c0abf6d70bfeaea62cfffd4143a (patch)
tree6b0bb1cad1313405ad8e7c4c3f056306cfe436f6
parent5806678e711aaa7a377d96a0f8623b67616bdb6e (diff)
downloadgitlab-ce-c8407a151f618c0abf6d70bfeaea62cfffd4143a.tar.gz
Remove unused css, align buttons with top button
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss36
1 files changed, 15 insertions, 21 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 3fe1eef307e..0a0ab2abc38 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -21,10 +21,6 @@
white-space: nowrap;
}
- .btn {
- margin: 4px;
- }
-
.table.ci-table {
min-width: 1200px;
table-layout: fixed;
@@ -48,6 +44,10 @@
.pipeline-actions {
width: 20%;
}
+
+ .pipeline-actions {
+ padding-right: 0;
+ }
}
}
@@ -207,19 +207,20 @@
}
.pipeline-actions {
- min-width: 140px;
+ padding-right: 0;
- .btn {
- margin: 0;
+ .btn-default {
color: $gl-text-color-secondary;
}
- .cancel-retry-btns {
- vertical-align: middle;
+ .btn.btn-retry:hover,
+ .btn.btn-retry:focus {
+ border-color: #c4c4c4;
+ background-color: #f0f0f0;
+ }
- .btn:not(:first-child) {
- margin-left: 8px;
- }
+ svg path {
+ fill: $gl-text-color-secondary;
}
.dropdown-menu {
@@ -242,10 +243,6 @@
}
}
- .btn-remove {
- color: $white-light;
- }
-
.btn-group {
&.open {
.btn-default {
@@ -267,11 +264,8 @@
}
}
- .build-link {
-
- a {
- color: $gl-text-color;
- }
+ .build-link a {
+ color: $gl-text-color;
}
.btn-group.open .dropdown-toggle {