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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-16 10:44:00 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 18:48:50 +0300
commit65e482e7e9b7385e6d8ee72c102eca6e79ee97fa (patch)
tree3deadf2b11733afb7d80247bbb3e669119295cb7 /app/assets/stylesheets
parentff0f70c0fe75773d060ecf5cf75d6fc5f879283b (diff)
Change size of pipeline status icons and dropdowns
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss47
1 files changed, 31 insertions, 16 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 37df702ea13..547b9742dff 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -331,9 +331,9 @@
}
.stage-name {
- margin-bottom: 15px;
+ margin: 0 0 15px 10px;
font-weight: bold;
- width: 150px;
+ width: 176px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -364,12 +364,17 @@
.build-content {
width: 164px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
+
+ .ci-status-icon {
+
+ svg {
+ height: 20px;
+ width: 20px;
+ }
+ }
.ci-status-text {
- width: 110px;
+ width: 135px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -397,27 +402,37 @@
color: $layout-link-gray;
.ci-status-text {
- width: 80px;
+ width: 112px;
}
}
.grouped-pipeline-dropdown {
padding: 8px 0;
- width: 200px;
+ width: 168px;
left: auto;
- right: -214px;
+ right: -180px;
top: -9px;
max-height: 245px;
overflow-y: scroll;
- a:hover {
- .ci-status-text {
- text-decoration: none;
+ a {
+ padding: 7px 8px;
+ margin: 0 8px;
+
+ &:hover {
+ .ci-status-text {
+ text-decoration: none;
+ }
}
}
+ svg {
+ width: 14px;
+ height: 14px;
+ }
+
.ci-status-text {
- width: 145px;
+ width: 112px;
}
.arrow {
@@ -482,7 +497,7 @@
position: absolute;
border-bottom: 2px solid $border-color;
width: 25px;
- height: 65px;
+ height: 69px;
}
// Right connecting curves
@@ -504,7 +519,7 @@
&:nth-child(2) {
&::after, &::before {
height: 29px;
- top: -10px;
+ top: -7px;
}
.curve {
display: block;
@@ -562,7 +577,7 @@
width: 21px;
height: 25px;
position: absolute;
- top: -30px;
+ top: -31.5px;
border-top: 2px solid $border-color;
}