Browse Source

QA Removed small slot between search box and search result.

Felix Niklas 9 years ago
parent
commit
b2085e48e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/assets/stylesheets/zammad.css.scss

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

@@ -1962,7 +1962,7 @@ footer {
     }
 
   .search .custom-dropdown-menu {
-    margin: -2px 0 0 0;
+    margin: 0;
     padding: 0;
     list-style: none;
     background: #26272e;
@@ -1970,7 +1970,7 @@ footer {
     left: 0;
     right: 0;
     bottom: 0;
-    top: 56px;
+    top: 53px;
     z-index: 1002;
     display: none;
     overflow: scroll;