浏览代码

HUE-2173 [search] Fix top margin

Enrico Berti 9 年之前
父节点
当前提交
89da56f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/search/src/search/static/search/css/search.css

+ 2 - 2
apps/search/src/search/static/search/css/search.css

@@ -669,10 +669,10 @@ em {
     border-left: 1px solid #c0c0c0!important;
   }
   .dashboard {
-    margin-top: 40px;
+    margin-top: 60px;
   }
   .with-top-margin {
-    margin-top: 100px;
+    margin-top: 120px;
   }
   .form-search > strong, .form-search > .input-append .selectMask, .form-search > .input-append a.btn, .form-search > .time-filter, .form-search > .time-fixed-filter {
     display: none;