~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/UserLink.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:image field="arrow" src="image/arrow_down_8x7_blue.png"></ui:image>
 
6
    
 
7
    <ui:style>
 
8
        .boundingBox {
 
9
                padding:4px;
 
10
        }
 
11
        .userAnchor {
 
12
                font-size:90%;
 
13
            cursor:pointer;
 
14
            color:#2E52A4;
 
15
        }
 
16
        @sprite .arrow {
 
17
                height:8px;
 
18
                width:8px;
 
19
                gwt-image:'arrow';
 
20
            background-repeat:no-repeat;
 
21
            background-position:center center;
 
22
            display:inline-block;               
 
23
        }
 
24
    </ui:style>
 
25
    
 
26
    <g:HTMLPanel styleName="{style.boundingBox}">
 
27
        <table style="width:100%;"><tbody><tr>
 
28
            <td>
 
29
                <g:Anchor styleName="{style.userAnchor}" ui:field="userAnchor">username@account</g:Anchor>
 
30
            </td>
 
31
            <td style="vertical-align:middle;padding-left:3px;">
 
32
                <span class="{style.arrow}"></span>
 
33
            </td>
 
34
        </tr></tbody></table>
 
35
    </g:HTMLPanel>
 
36
    
 
37
</ui:UiBinder> 
 
 
b'\\ No newline at end of file'