소스 검색

HUE-7513 [frontend] Top global search input is smaller than the query blue button and misaligned

Enrico Berti 8 년 전
부모
커밋
cb82fbe
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      desktop/core/src/desktop/static/desktop/css/hue.css
  2. 2 2
      desktop/core/src/desktop/static/desktop/less/hue.less

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 2 - 2
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -317,8 +317,8 @@ body {
 
 .search-container-top .inline-autocomplete-container {
   position: relative;
-  margin-top: 5px;
-  height: 30px;
+  margin-top: 8px;
+  height: 31px;
   width: 100%;
 
   > div {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.