-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
Component/s: Connect Platform, Ecosystem
-
Severity 3 - Minor
See attachment. The html or css must be tweak because the connect web items use actual images, no AUI fonts.
I.e this is how the bundled buttons are defined:
<li class="ajs-button normal"> <a id="editPageLink" href="..." class="aui-button aui-button-subtle edit"> <span> <span class="aui-icon aui-icon-small aui-iconfont-edit"></span> Edit </span> </a> </li>
And this is how the Connect buttons are defined:
<li class="ajs-button normal"> <a id="..." href="..." class="aui-button aui-button-subtle ap-dialog ..."> <img src="..." height="16" width="16"> <span> Approve </span> </a> </li>
The offending CSS is this:
.content-navigation .ajs-menu-bar .ajs-button span, .content-navigation .ajs-menu-bar .ajs-menu-item .ajs-menu-title span {
padding-left: 21px;
}
Either the CSS or HTML needs to be fixed.