~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/SearchResultTable.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:c="urn:import:com.google.gwt.user.cellview.client">
 
5
    
 
6
    <ui:style>
 
7
        .scroll {
 
8
                width:100%;
 
9
                height:100%;
 
10
        }
 
11
            .cellTable {
 
12
                font-size:95%;
 
13
                color:#292929;
 
14
            border-top:1px solid #CCCCCC;               
 
15
                border-bottom:1px solid #CCCCCC;
 
16
            }
 
17
            .tableBox {
 
18
                width:99%;
 
19
            }
 
20
            .pager {
 
21
                font-size:80%;
 
22
                color:#505050;
 
23
                margin-left:auto;
 
24
                margin-right:auto;
 
25
            }
 
26
            .tip {
 
27
                color:#555555;
 
28
                font-size:80%;
 
29
                font-style:italic;
 
30
                margin-left:4px;
 
31
                position:absolute;
 
32
                top:4px;
 
33
                left:0;
 
34
            }
 
35
        </ui:style>
 
36
 
 
37
    <g:DockLayoutPanel unit="PX">
 
38
        <g:south size="32">
 
39
            <g:FlowPanel>
 
40
                <g:Label addStyleNames="{style.tip}" ui:field="tip"/>            
 
41
                <c:SimplePager addStyleNames="{style.pager}" ui:field="pager" />
 
42
            </g:FlowPanel>
 
43
        </g:south>
 
44
        <g:center>
 
45
            <g:ScrollPanel addStyleNames="{style.scroll}">
 
46
                <g:FlowPanel addStyleNames="{style.tableBox}">
 
47
                    <c:CellTable addStyleNames="{style.cellTable}" ui:field="cellTable" />
 
48
                </g:FlowPanel>
 
49
            </g:ScrollPanel>
 
50
        </g:center>
 
51
    </g:DockLayoutPanel>
 
52
    
 
53
</ui:UiBinder> 
 
 
b'\\ No newline at end of file'