Browse Source

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

Martin Edenhofer 9 years ago
parent
commit
b1d32daa91
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/assets/stylesheets/zammad.css.scss

+ 4 - 4
app/assets/stylesheets/zammad.css.scss

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