I have toolStrip created, added a label to it, but I can't get it vertically centered (please see attached screenshot). I set the alignments both horizontally and vertically to CENTER with the following code on toolStrip.
HTML from firebug is here
Can you please help?
Code:
setAlign(VerticalAlignment.CENTER); setAlign(Alignment.CENTER);
Code:
<div onscroll="return isc_WidgetCanvas_0.$lh()" style="position: absolute; left: 1187px; top: 0px; width: 100px; height: 30px; z-index: 200342; -moz-box-sizing: border-box; overflow: hidden; cursor: default;" class="normal" eventproxy="isc_WidgetCanvas_0" id="isc_10"> <div style="POSITION:relative;VISIBILITY:inherit;Z-INDEX:200342;CURSOR:default;" eventproxy="isc_WidgetCanvas_0" id="isc_11"> <div id="isc_WidgetCanvas_0_widget" style="width:100%;height:100%"> <div class="gwt-Label">Detail Display:</div> </div></div></div>
Comment