Merge branch 'develop' of github.com:martini/zammad into develop

This commit is contained in:
Martin Edenhofer 2015-09-15 16:29:04 +02:00
commit b1d32daa91

View file

@ -2546,9 +2546,9 @@ footer {
.icon-crown { .icon-crown {
position: absolute; position: absolute;
width: 32px; width: 28px;
left: 50%; left: 50%;
margin-left: -16px; margin-left: -14px;
top: -15px; top: -15px;
fill: hsl(47,100%,59%); fill: hsl(47,100%,59%);
} }
@ -2558,8 +2558,8 @@ footer {
height: 50px; height: 50px;
.icon-crown { .icon-crown {
width: 40px; width: 36px;
margin-left: -20px; margin-left: -18px;
top: -15px; top: -15px;
} }
} }