summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-11 14:27:35 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-12 14:52:59 -0500
commitc57471ddb456c9640f6d77128e1fc56c7a5b35b2 (patch)
treec4586c7ba304b8821ddfd49f4d3736f12592ea58 /app/assets/stylesheets/pages
parent694ab941ea99ca4c4a32ceea090317851390d56f (diff)
downloadgitlab-ce-c57471ddb456c9640f6d77128e1fc56c7a5b35b2.tar.gz
Add new stopwatch and commit icons; rename custom icon helper; fix commit pipeline layout
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss22
1 files changed, 18 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index bd3dc462302..064bb83e44c 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -1,7 +1,7 @@
.pipelines {
.stage {
- max-width: 70px;
- width: 70px;
+ max-width: 80px;
+ width: 80px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -34,7 +34,7 @@
tr {
th {
- padding: 18px 10px;
+ padding: 16px;
border: none;
}
}
@@ -56,8 +56,11 @@
text-overflow: ellipsis;
}
- .fa {
+ svg {
margin: 0 6px;
+ height: 14px;
+ width: auto;
+ vertical-align: middle;
}
.commit-id {
@@ -88,6 +91,17 @@
margin: 4px 0;
.fa {
+ font-size: 12px;
+ }
+
+ svg {
+ height: 12px;
+ width: auto;
+ vertical-align: middle;
+ }
+
+ .fa,
+ svg {
margin-right: 5px;
}
}