ckan-content-moderator-widget/src/main/java/org/gcube/portlets/widgets/ckancontentmoderator/client/ui/MainPanel.ui.xml

19 lines
562 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>
.important {
font-weight: bold;
}
.margin-bottom-2 {
margin-bottom: 2px;
}
</ui:style>
<g:HTMLPanel ui:field="mainPanel">
<b:Label ui:field="labelLoggedIn"
addStyleNames="{style.margin-bottom-2}"></b:Label>
<g:HTMLPanel ui:field="mainPanelContainer"></g:HTMLPanel>
</g:HTMLPanel>
</ui:UiBinder>