blob: fc3f37ec8e6d6a21d32abf0b384e295daf520008 [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>
.container {
position: absolute;
height: 0;
text-align: center;
width: 100%;
}
.centered {
margin-left: auto;
margin-right: auto;
border-left: 1px solid #96A2B5;
border-right: 1px solid #96A2B5;
border-bottom: 1px solid #96A2B5;
background-color: #E5EDF9;
padding: 5px;
overflow: hidden;
display: inline-block;
}
.notificationText {
font-family: Helvetica;
font-size: 1em;
}
</ui:style>
<g:HTMLPanel styleName='{style.container}'>
<div class='{style.centered}' style='display:none' ui:field='borderElement'>
<div ui:field='heightMeasure'>
<span class='{style.notificationText}' ui:field='notificationText'></span>
</div>
</div>
</g:HTMLPanel>
</ui:UiBinder>