Skip to content

Commit

Permalink
#16246 Fix position of the icon in the edit tool group (#16517)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes committed May 4, 2019
1 parent d0ead84 commit f55e39e
Showing 1 changed file with 2 additions and 5 deletions.
Expand Up @@ -61,11 +61,8 @@ margin:0px auto;
.toolTable td{
padding: 10px 8px;
vertical-align: middle;
position: relative;
}
</style>


Expand All @@ -90,7 +87,7 @@ margin:0px auto;
dojoType="dijit.form.TextBox"
onchange="updateIcon(this.value)" /> <i
id="tabIcon" class="material-icons"
style="position: absolute; top: 6px; right: 7px; overflow: hidden; width: 34px"
style="position: absolute; top: 16px; right: 7px; overflow: hidden; width: 34px"
aria-hidden="true"></i>
<div class="hint-text"><%=LanguageUtil.get(pageContext, "Icon-hint")%></div>
</td>
Expand Down

0 comments on commit f55e39e

Please sign in to comment.