Browse Source

HUE-8322 [assist] Improve assist header action visibility

Johan Ahlen 7 years ago
parent
commit
ae8a410c14

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 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 > * {

Some files were not shown because too many files changed in this diff