Subversion Repository Public Repository

litesoft

Diff Revisions 470 vs 948 for /trunk/GWT_Sandbox/CS_IDEA/src/org/litesoft/sandbox/csapp/client/widgets/HelpWidget.ui.xml

Diff revisions: vs.
  @@ -1,13 +1,19 @@
1 1 <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2 2 <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3 - xmlns:g="urn:import:com.google.gwt.user.client.ui">
4 - <ui:style>
5 - .main-container { padding-left: 10px; }
6 - .question-mark { padding-top: 2px; cursor:pointer;}
7 - </ui:style>
3 + xmlns:g="urn:import:com.google.gwt.user.client.ui">
4 + <ui:style>
5 + .main-container {
6 + padding-left: 10px;
7 + }
8 8
9 - <g:HorizontalPanel styleName='{style.main-container}'>
9 + .question-mark {
10 + padding-top: 2px;
11 + cursor: pointer;
12 + }
13 + </ui:style>
14 +
15 + <g:HorizontalPanel styleName='{style.main-container}'>
10 16 <g:Image ui:field='helpImage' styleName='{style.question-mark}' url="common/Money.gif"/>
11 - </g:HorizontalPanel>
17 + </g:HorizontalPanel>
12 18
13 19 </ui:UiBinder>