From 8b6251f0e2d25a674bfbfdb7b5fd7a76130bd268 Mon Sep 17 00:00:00 2001 From: Scott Hampton Date: Mon, 5 Nov 2018 15:50:10 +0000 Subject: Fix pipeline schedule style issues --- app/assets/stylesheets/framework/tables.scss | 6 ++++++ app/assets/stylesheets/pages/pipeline_schedules.scss | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'app') 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