Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 8894196

Browse files
committed
moving server config tooltips to top left, so they don't trigger scrollbar
1 parent 7e1d2f3 commit 8894196

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/templates/serverConfigRow.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<% print(ob.status === 'not-connected' ? polyglot.t('serverConnectModal.connect') : polyglot.t('Retry')) %>
1515
</a>
1616
<% if (!ob.default) { %>
17-
<a class="btn btn-txt btn-secondary custCol-secondary pull-right marginLeft5 positionWrapper js-edit-config tooltip" data-tooltip="Edit Configuration">
17+
<a class="btn btn-txt btn-secondary custCol-secondary pull-right marginLeft5 positionWrapper js-edit-config tooltip tooltip-leftTop zIndex4" data-tooltip="Edit Configuration">
1818
<span class="ion-ios-gear textOpacity1 fullCentered"></span>
1919
</a>
20-
<a class="btn btn-txt btn-secondary custCol-secondary pull-right fontSize13 positionWrapper js-delete-config tooltip" data-tooltip="Delete Configuration">
20+
<a class="btn btn-txt btn-secondary custCol-secondary pull-right fontSize13 positionWrapper js-delete-config tooltip tooltip-leftTop" data-tooltip="Delete Configuration">
2121
<span class="ion-ios-trash textOpacity1 fullCentered"></span>
2222
</a>
2323
<% } %>

js/templates/serverConfigs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="flexContainer flex-border custCol-primary">
22
<div class="flexRow">
3-
<div class="list flexRow flexExpand border0 custCol-border js-rows-wrap autoOverflowYHideX customThemeScrollbar" style="max-height: 325px">
3+
<div class="list flexRow flexExpand border0 custCol-border js-rows-wrap autoOverflowYHideX customThemeScrollbar" style="height: 325px">
44
<h2 class="js-zero-configs marginCenter rowTop20">No server configurations.</h2>
55
</div>
66
</div>

0 commit comments

Comments
 (0)