Improved (took to much space) width of notification popover.

This commit is contained in:
Martin Edenhofer 2015-06-10 00:47:22 +02:00
parent 62ad616f75
commit 238cc7edd4

View file

@ -2453,7 +2453,8 @@ footer {
.popover--notifications { .popover--notifications {
min-height: 100px; min-height: 100px;
width: auto; width: auto;
min-width: 372px; max-width: 400px;
min-width: 350px;
position: absolute; position: absolute;
@extend .zIndex-5; @extend .zIndex-5;
@ -2479,9 +2480,9 @@ footer {
.popover-notificationsHeader { .popover-notificationsHeader {
display: flex; display: flex;
align-items: flex-end; padding-bottom: 8px;
padding-bottom: 22px;
margin: 21px 17px 0; margin: 21px 17px 0;
@extend .vertical;
.popover-title { .popover-title {
@extend h1; @extend h1;
@ -2498,11 +2499,10 @@ footer {
.popover-notificationsMarkRead { .popover-notificationsMarkRead {
@extend .btn; @extend .btn;
@extend .btn--subtle; @extend .btn--subtle;
margin-left: auto; padding: 7px 0 0;
padding: 5px 0 0 10px;
&:hover { &:hover {
padding: 5px 0 0 10px; padding: 7px 0 0;
} }
} }