From 238cc7edd4b27ac3fefc09e8abdc3b758ec880e7 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 10 Jun 2015 00:47:22 +0200 Subject: [PATCH] Improved (took to much space) width of notification popover. --- app/assets/stylesheets/zammad.css.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index f7899956d..7b8c013c0 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -2453,7 +2453,8 @@ footer { .popover--notifications { min-height: 100px; width: auto; - min-width: 372px; + max-width: 400px; + min-width: 350px; position: absolute; @extend .zIndex-5; @@ -2479,9 +2480,9 @@ footer { .popover-notificationsHeader { display: flex; - align-items: flex-end; - padding-bottom: 22px; + padding-bottom: 8px; margin: 21px 17px 0; + @extend .vertical; .popover-title { @extend h1; @@ -2498,11 +2499,10 @@ footer { .popover-notificationsMarkRead { @extend .btn; @extend .btn--subtle; - margin-left: auto; - padding: 5px 0 0 10px; + padding: 7px 0 0; &:hover { - padding: 5px 0 0 10px; + padding: 7px 0 0; } }