join-vre/src/main/java/org/gcube/portlets/user/joinvre/client/ui/LoadingPanel.ui.xml

14 lines
502 B
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
.center {
text-align: center;
color: #999;
}
</ui:style>
<g:HTMLPanel styleName="{style.center}" >
<b:Paragraph>Loading, just a moment ...</b:Paragraph>
<b:Icon type="ROTATE_RIGHT" size="TWO_TIMES" spin="true" />
</g:HTMLPanel>
</ui:UiBinder>