Merge branch 'develop' of git.znuny.com:zammad/zammad into develop

This commit is contained in:
Martin Edenhofer 2017-04-28 12:13:12 +02:00
commit ee9046e3e9

View file

@ -3845,6 +3845,8 @@ footer {
}
.popover {
@extend .zIndex-6;
position: absolute;
font-family: inherit;
width: 372px;
max-width: 9999px;
@ -3852,7 +3854,6 @@ footer {
border: none;
color: hsl(206,7%,28%);
box-shadow: 0 1px 14px rgba(0,8,14,.25);
@extend .zIndex-6;
}
.popover-body {
@ -3953,7 +3954,6 @@ footer {
width: auto;
max-width: 400px;
min-width: 350px;
position: absolute;
flex-direction: column;
@extend .zIndex-2;