summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-07 16:12:23 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 08:59:10 -0500
commit87ee876307c76419954d99b15fd0f71f09a65699 (patch)
tree5ea111c1e66768165b2ef87f72b7a8ed5a7f3ad8 /app/assets/stylesheets
parent359b4f9a0303e3b55004c7d4d6cacc1ef8e6e25f (diff)
downloadgitlab-ce-87ee876307c76419954d99b15fd0f71f09a65699.tar.gz
Add separate pipeline and commit columns
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss28
1 files changed, 9 insertions, 19 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index a2779704eff..582035e5c26 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -23,10 +23,9 @@
.table.builds {
min-width: 1200px;
- .branch-commit {
- width: 33%;
+ .pipeline-id {
+ color: $black;
}
-
}
}
@@ -81,7 +80,13 @@
}
}
+ .avatar {
+ margin-left: 0;
+ float: none;
+ }
+
.branch-commit {
+ width: 30%;
.branch-name {
font-weight: bold;
@@ -118,10 +123,6 @@
text-overflow: ellipsis;
}
- .avatar {
- margin-left: 0;
- }
-
.label {
margin-right: 4px;
}
@@ -137,18 +138,7 @@
.icon-container {
display: inline-block;
- text-align: right;
- width: 15px;
-
- .fa {
- position: relative;
- right: 3px;
- }
-
- svg {
- position: relative;
- right: 1px;
- }
+ width: 10px;
}
.stage-cell {