blob: 28dd32d868288c23e6c00e88785688940ad6727b [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;
}
.description {
color: #4B4A4A;
padding: 10px 0px;
border-bottom: 1px solid #6F7277;
margin-bottom: 12px;
}
</ui:style>
<g:HTMLPanel>
<div
class='{style.name}'
ui:field='nameElem'>Name</div>
<div
class='{style.description}'
ui:field='descElem'>Description</div>
<g:SimplePanel
ui:field='examplePanel' />
</g:HTMLPanel>
</ui:UiBinder>