blob: aef1fb9d291c9ac5b91bf2d8697a33d6d7f62d33 (
plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
|
@import url(../runo/styles.css);
/*****************************************************************************/
/* Styling for tests.magi application. */
/*****************************************************************************/
.v-app {
background: white;
}
/*****************************************************************************/
/* For example_Forms() */
/*****************************************************************************/
.v-form {
border: thin solid;
padding: 5px 5px 5px 5px;
}
/*****************************************************************************/
/* For example_Table() */
/*****************************************************************************/
/* Table rows contain three-row TextField components. */
.v-table-components-inside .v-table-cell-content {
height: 54px; /* 3*18px = 54px. */
}
/******************************************************************************
* For TableCellStyle.java.
******************************************************************************/
/* Center the text in header. */
.v-table-header-cell {
text-align: center;
}
/* Basic style for all cells. */
.v-table-checkerboard .v-table-cell-content {
text-align: center;
vertical-align: middle;
padding-top: 12px;
width: 20px;
height: 28px;
}
/* Style specifically for the row header cells. */
.v-table-cell-content-rowheader {
background: #E7EDF3 url(../default/table/img/header-bg.png) repeat-x scroll 0 0;
}
/* Style specifically for the "white" cells. */
.v-table-cell-content-white {
background: white;
color: black;
}
/* Style specifically for the "black" cells. */
.v-table-cell-content-black {
background: black;
color: white;
}
/*****************************************************************************/
/* For example_Tree() */
/*****************************************************************************/
.v-expandlayout-treeexample .v-panel .v-orderedlayout {
padding: 0px;
}
.v-orderedlayout-margin-top { padding-top: 0px; }
.v-orderedlayout-margin-left { padding-left: 0px; }
.v-orderedlayout-margin-bottom { padding-bottom: 0px; }
.v-orderedlayout-margin-right { padding-right: 0px; }
/*****************************************************************************/
/* For example_GridLayout() */
/*****************************************************************************/
table.v-gridlayout-example-gridlayout {
background: blue;
}
.v-gridlayout-example-gridlayout td {
background: white;
}
/*****************************************************************************/
/* For example_Alignment() */
/*****************************************************************************/
.v-gridlayout-example-alignment {
background: blue;
}
.v-gridlayout-example-alignment .v-expandlayout {
background: white;
width: 150px;
height: 75px;
}
.v-orderedlayout {
margin: 5px;
}
/* For SelectExample.java. */
.v-orderedlayout tr {
vertical-align: top;
}
/*****************************************************************************/
/* For example_ProgressIndicator() */
/*****************************************************************************/
.v-progressindicator-invisible {
display: none;
}
.v-progressindicator-fullwidth {
width: 100px;
}
/*****************************************************************************/
/* For example_Spacing() */
/*****************************************************************************/
.v-orderedlayout-spacingexample table {
background: blue;
}
.v-orderedlayout-spacingexample td {
background: white;
}
/* Set horizontal cell spacing for all OrderedLayouts. */
.v-orderedlayout-hspacing {
padding-left: 10px;
}
/* Set horizontal cell spacing in specific layout with "spacingexample" style. */
.v-orderedlayout-spacingexample .v-orderedlayout-hspacing {
padding-left: 30px;
}
/* Set vertical cell spacing in specific layout with "spacingexample" style. */
.v-orderedlayout-spacingexample .v-orderedlayout-vspacing {
margin-top: 30px;
}
table.v-gridlayout-spacingexample {
background: blue;
}
.v-gridlayout-spacingexample td {
background: white;
}
/*****************************************************************************/
/* For example_Margin() */
/*****************************************************************************/
.v-orderedlayout-marginexample1 { padding-left: 200px; }
.v-orderedlayout-marginexample1 { padding-right: 100px; }
.v-orderedlayout-marginexample1 { padding-top: 50px; }
.v-orderedlayout-marginexample1 { padding-bottom: 25px; }
.v-orderedlayout-marginexample2 .v-orderedlayout-margin-left { padding-left: 200px; }
.v-orderedlayout-marginexample2 .v-orderedlayout-margin-right { padding-right: 100px; }
.v-orderedlayout-marginexample2 .v-orderedlayout-margin-top { padding-top: 50px; }
.v-orderedlayout-marginexample2 .v-orderedlayout-margin-bottom { padding-bottom: 25px; }
.v-orderedlayout-marginexample1 { background: #d0d0ff; border: 1px;}
.v-orderedlayout-marginexample2 { background: #ffd0d0; border: 1px;}
.v-orderedlayout-marginexample table { background: white; }
/*****************************************************************************/
/* For example_RichTextArea() */
/*****************************************************************************/
.v-richtextarea-richtextexample .gwt-ToggleButton .gwt-Image {
background-image: url(img/richtextarea-toolbar-fi.png) !important;
}
/*****************************************************************************/
/* For example_Layout() */
/*****************************************************************************/
.v-verticallayout-layoutexample {
background: gray;
}
.layoutexample .v-verticallayout .v-label {
color: white;
background: gray;
}
.layoutexample .v-label-title {
font-size: 24pt;
color: white;
line-height:36pt;
background: black;
}
.layoutexample .v-panel .v-label {
font-size: 24pt;
color: gray;
line-height: 36pt;
background: white;
}
.layoutexample .treecontainer, .layoutexample .v-panel, .layoutexample .v-caption {
background: white;
}
.layoutexample .v-horizontallayout-spacing-on {
padding-left: 4px;
}
|