Browse Source

HUE-6869 [assist] Fix layout issue in the functions assist panel

Johan Ahlen 7 years ago
parent
commit
c31df4653a

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


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

@@ -651,6 +651,7 @@
   margin: 0 0 0 8px;
 }
 
+.assist-function-details,
 .assist-docs-details {
   border-top: 2px solid @cui-default-border-color;
   margin-top: 5px;

+ 1 - 1
desktop/core/src/desktop/templates/ko_components/ko_context_popover.mako

@@ -287,7 +287,7 @@ from metadata.conf import has_navigator
 
   <script type="text/html" id="context-lang-ref-title">
     <div class="hue-popover-title" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-right: 20px;">
-      <i class="fa fa-question muted" style="margin-top: 3px"></i> <span style="padding-left: 4px;" data-bind="text: title"></span>
+      <i class="fa fa-book muted" style="margin-top: 3px"></i> <span class="blue" style="padding-left: 4px;" data-bind="text: title"></span>
       <div class="hue-popover-title-actions">
         <a class="pointer inactive-action" title="${ _('Pin') }" data-bind="visible: popover.pinEnabled, click: popover.pin"><i class="fa fa-fw fa-thumb-tack"></i></a>
         <a class="pointer inactive-action" title="${ _('Close') }" data-bind="visible: !popover.closeDisabled, click: popover.close"><i class="fa fa-fw fa-times"></i></a>

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