My favorites
▼
|
Sign in
synthfuljava
Synthful Utilities Library for the Java Platform.
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
gwt
/
widgets
/
org
/
synthful
/
gwt
/
widgets
/
client
/
ui
/
DialogPanel-Caption.ui.xml
‹r75
r105
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>
Show details
Hide details
Change log
r78
by BlessedGeek on Apr 27, 2010
Diff
[No log message]
Go to:
.../client/ui/BaseHtmlTabPanel.java
...HorizontalHtmlTabsWithPanel.java
...client/ui/HtmlTabsWithPanel.java
...or/client/ui/TabPanelStyles.java
/trunk/gwt/widgets/com
/trunk/gwt/widgets/com/google
/trunk/gwt/widgets/com/google/gwt
.../gwt/widgets/com/google/gwt/user
...m/google/gwt/user/UIUser.gwt.xml
...dgets/com/google/gwt/user/client
...ts/com/google/gwt/user/client/ui
...wt/user/client/ui/UIMenuBar.java
...nt/ui/DialogPanel-Caption.ui.xml
...dgets/client/ui/DialogPanel.java
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
View raw file
File properties
svn:executable
*
Powered by
Google Project Hosting