From af5a73f92a852f757f69cd5d82247f4ebaaf5aba Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 16 Mar 2017 15:03:10 +0100 Subject: [PATCH] UI fixes - calendar settings: clean checkbox label - correct button layout in table --- .../views/profile/calendar_subscriptions.jst.eco | 16 +++++++--------- app/assets/stylesheets/zammad.scss | 3 ++- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco b/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco index 125a7189c..91ec496ba 100644 --- a/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco +++ b/app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco @@ -8,7 +8,7 @@

<%- @T('See your tickets from within your favorite calendar by adding the following URL to your calendar app.') %>

-

+
@@ -23,14 +23,12 @@
-

- - <%- @T('Add alarm to pending reminder and escalated tickets.') %> -

+
diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index f04976fb1..357691da4 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7294,7 +7294,8 @@ output { } .btn--table { - margin: 0; + padding-top: 0; + padding-bottom: 0; } th:not(:last-child),