From 5a123ab928292b916bad3f9a75717d50b49e2d02 Mon Sep 17 00:00:00 2001 From: Scott Hampton Date: Thu, 1 Nov 2018 13:55:00 -0700 Subject: Fix pipeline schedule style issues - Don't show top border on table if after top area - Vertically align all svgs in pipeline schedule table --- app/assets/stylesheets/framework/tables.scss | 6 ++++++ app/assets/stylesheets/pages/pipeline_schedules.scss | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss index 339388392df..6954e6599b1 100644 --- a/app/assets/stylesheets/framework/tables.scss +++ b/app/assets/stylesheets/framework/tables.scss @@ -147,3 +147,9 @@ table { } } } + +.top-area + .content-list { + th { + border-top: 0; + } +} diff --git a/app/assets/stylesheets/pages/pipeline_schedules.scss b/app/assets/stylesheets/pages/pipeline_schedules.scss index 86e70955389..617b3db2fae 100644 --- a/app/assets/stylesheets/pages/pipeline_schedules.scss +++ b/app/assets/stylesheets/pages/pipeline_schedules.scss @@ -39,10 +39,6 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - - svg { - vertical-align: middle; - } } .next-run-cell { @@ -52,6 +48,10 @@ a { color: $text-color; } + + svg { + vertical-align: middle; + } } .pipeline-schedules-user-callout { -- cgit v1.2.1