My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder
xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:gz="urn:import:org.synthful.gwt.widgets.client.ui"
xmlns:g="urn:import:com.google.gwt.user.client.ui">
<ui:style>
.captionTitle {
background: #eeeeee;
text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
font-size: 1.2em;
font-weight: bold;
color: #000;
vertical-align: middle;

text-align: center;
float: right;
position: relative;
width: 90%;
left: -5%;
}

.closer {
background: #eeeeee;
text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
font-size: 1.4em;
font-weight: bold;
color: #dd2222;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
border-left: 1px solid #999;
padding-left: 4px;
padding-right: 4px;
margin-bottom: 2px;
vertical-align: middle;
text-align: center;
float: right;
}

</ui:style>
<g:HTMLPanel ui:field="captionPanel" height="1.4em">
<g:Label ui:field='closer' addStyleNames='{style.closer}'>X</g:Label>
<g:HTML ui:field="captionTitle" addStyleNames='{style.captionTitle}'>Login</g:HTML>
</g:HTMLPanel>
</ui:UiBinder>

Change log

r78 by BlessedGeek on Apr 27, 2010   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

r75 by BlessedGeek on Apr 8, 2010   Diff
[No log message]
All revisions of this file

File info

Size: 1280 bytes, 44 lines

File properties

svn:executable
*
Powered by Google Project Hosting