~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/ContentViewImpl.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
    xmlns:euca="urn:import:com.eucalyptus.webui.client.view">
 
5
    
 
6
    <ui:style>
 
7
        .boundingBox {
 
8
            width:100%;
 
9
            height:100%;
 
10
        }
 
11
        .title {
 
12
            width:100%;
 
13
            height:1em;
 
14
            padding-top:0.8em;
 
15
            padding-bottom:1em;
 
16
            font-size:70%;
 
17
            color:#666666;
 
18
            text-align:center;
 
19
            text-shadow:1px 1px 1px #FFFFFF;
 
20
        }
 
21
    </ui:style>
 
22
 
 
23
    <g:DockLayoutPanel styleName="{style.boundingBox}" unit="EM">
 
24
        <g:north size="1.5">
 
25
            <g:Label styleName="{style.title}" ui:field="title">CONTENTS</g:Label>
 
26
        </g:north>
 
27
        <g:center>
 
28
            <g:LayoutPanel ui:field="content"/>
 
29
        </g:center>
 
30
    </g:DockLayoutPanel>
 
31
    
 
32
</ui:UiBinder> 
 
 
b'\\ No newline at end of file'