blob: 23065c1b4c123a3f9b5ead31da21e3e588887df7 [file] [log] [blame]
<!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">
<ui:style>
.name {
color: #4B4A4A;
font-size: 17pt;
font-weight: bold;
margin: 10px 10px 0px;
}
.description {
color: #4B4A4A;
padding: 10px 0px;
border-bottom: 1px solid #6F7277;
margin: 0px 10px 12px 10px;
}
</ui:style>
<g:HeaderPanel>
<!-- Header. -->
<g:HTMLPanel>
<div
class='{style.name}'
ui:field='nameElem'>Name</div>
<div
class='{style.description}'
ui:field='descElem'>Description</div>
</g:HTMLPanel>
<!-- Content. -->
<g:SimplePanel
ui:field='examplePanel' />
</g:HeaderPanel>
</ui:UiBinder>