~ubuntu-branches/ubuntu/raring/eucalyptus/raring

« back to all changes in this revision

Viewing changes to clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/LoadingAnimationViewImpl.ui.xml

  • Committer: Package Import Robot
  • Author(s): Brian Thomason
  • Date: 2011-11-29 13:17:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 185.
  • Revision ID: package-import@ubuntu.com-20111129131752-rq31al3ntutv2vvl
Tags: upstream-3.0.999beta1
ImportĀ upstreamĀ versionĀ 3.0.999beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
 
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
 
3
    xmlns:g="urn:import:com.google.gwt.user.client.ui">
 
4
 
 
5
    <ui:style>
 
6
        .boundingBox {
 
7
                width:100%;
 
8
                height:100%;
 
9
                display:table;
 
10
        }
 
11
        .vcenter {
 
12
                display:table-cell;
 
13
                vertical-align:middle;
 
14
        }
 
15
        .hcenter {
 
16
                display:block;
 
17
            margin-left:auto;
 
18
            margin-right:auto;          
 
19
        }
 
20
    </ui:style>
 
21
    
 
22
    <g:HTMLPanel styleName="{style.boundingBox}">
 
23
        <div class="{style.vcenter}">
 
24
            <img alt="Loading" class="{style.hcenter}" src="themes/active/barloading.gif"/>
 
25
        </div>
 
26
    </g:HTMLPanel>
 
27
    
 
28
</ui:UiBinder>
 
 
b'\\ No newline at end of file'