소스 검색

HUE-8322 [assist] Improve assist header action visibility

Johan Ahlen 7 년 전
부모
커밋
ae8a410c14

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


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


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


+ 6 - 1
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -220,6 +220,7 @@
   margin-left:3px;
   margin-bottom:2px;
   font-weight: bold;
+  font-size: 15px;
   margin-top: 0
 }
 
@@ -434,9 +435,13 @@
   position:absolute;
   top: 0;
   right: 0;
-  padding-left:4px;
+  padding-left: 4px;
   padding-right: 13px;
   background-color: @cui-white;
+
+  > a {
+    margin-left: 4px;
+  }
 }
 
 .assist-db-header-actions > * {

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