~ubuntu-branches/ubuntu/raring/eucalyptus/raring

« back to all changes in this revision

Viewing changes to clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/extensions/store/stylesheet.css

  • 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
 
/** Add css rules here for your application. */
2
 
 
3
 
/** Example rules used by the template application (remove for your app) */
4
 
h1 {
5
 
  font-size: 2em;
6
 
  font-weight: bold;
7
 
  color: #777777;
8
 
  margin: 40px 0px 70px;
9
 
  text-align: center;
10
 
}
11
 
 
12
 
.sendButton {
13
 
  display: block;
14
 
  font-size: 16pt;
15
 
}
16
 
 
17
 
/** Most GWT widgets already have a style name defined */
18
 
.gwt-DialogBox {
19
 
  width: 400px;
20
 
}
21
 
 
22
 
.dialogVPanel {
23
 
  margin: 5px;
24
 
}
25
 
 
26
 
.serverResponseLabelError {
27
 
  color: red;
28
 
}
29
 
 
30
 
/** Set ids using widget.getElement().setId("idOfElement") */
31
 
#closeButton {
32
 
  margin: 15px 6px 6px;
33
 
}
34
 
 
35
 
.istore-image-store-widget {
36
 
  width: 510px;
37
 
}
38
 
 
39
 
.istore-section-title {
40
 
  font-weight: bold;
41
 
  font-size: 150%;
42
 
  padding-top: 1.5em;
43
 
  padding-bottom: 0.5em;
44
 
  color: #ff7309;
45
 
}
46
 
 
47
 
.istore-section-summary {
48
 
  padding-bottom: 0.5em;
49
 
}
50
 
 
51
 
.istore-global-error-message {
52
 
  font-weight: bold;
53
 
  font-size: 130%;
54
 
  padding-top: 1.5em;
55
 
  padding-bottom: 1.5em;
56
 
  color: #ff0000;
57
 
}
58
 
 
59
 
.istore-image-widget {
60
 
  padding-top: 15px;
61
 
  padding-bottom: 15px;
62
 
}
63
 
 
64
 
.istore-image-widget .istore-left-panels {
65
 
  width: 510px;
66
 
}
67
 
 
68
 
.istore-image-widget .istore-image-icon-panel,
69
 
.istore-image-widget .istore-title-panel,
70
 
.istore-image-widget .istore-command-panel {
71
 
  margin-left: 10px;
72
 
}
73
 
 
74
 
.istore-image-widget .istore-known-provider-title {
75
 
  font-weight: bold;
76
 
  text-decoration: none;
77
 
  color: #c90016;
78
 
}
79
 
 
80
 
.istore-image-widget .istore-provider-title,
81
 
.istore-image-widget .istore-provider-title-by {
82
 
  font-size: 85%;
83
 
}
84
 
 
85
 
.istore-image-widget .istore-image-title {
86
 
  font-size: 130%;
87
 
  font-weight: bold;
88
 
  color: #c90016;
89
 
  padding-bottom: 7px;
90
 
}
91
 
 
92
 
.istore-image-widget .istore-image-summary {
93
 
  padding-bottom: 7px;
94
 
}
95
 
 
96
 
.istore-image-widget .istore-read-more-label,
97
 
.istore-image-widget .istore-cancel-anchor {
98
 
  text-decoration: underline;
99
 
  color: #878787;
100
 
}
101
 
 
102
 
.istore-image-widget .istore-cancel-panel,
103
 
.istore-image-widget .istore-show-error-panel,
104
 
.istore-image-widget .istore-how-to-run-panel {
105
 
  text-align: right;
106
 
}
107
 
 
108
 
.istore-image-widget .istore-show-error-anchor {
109
 
  text-decoration: underline;
110
 
  color: #ff0000;
111
 
}
112
 
 
113
 
.istore-image-widget .istore-how-to-run-anchor {
114
 
  font-weight: bold;
115
 
  text-decoration: underline;
116
 
  color: #517e1d;
117
 
}
118
 
 
119
 
.istore-image-widget .istore-spinner {
120
 
  vertical-align: middle;
121
 
  padding-left: 10px;
122
 
}
123
 
 
124
 
.istore-image-widget .istore-progress-bar-widget,
125
 
.istore-image-widget .istore-upgrade-icon {
126
 
  padding-top: 10px;
127
 
}
128
 
 
129
 
.istore-image-widget .gwt-DisclosurePanel .content,
130
 
.istore-image-state-table .gwt-DisclosurePanel .content {
131
 
  padding: 0;
132
 
  margin: 0;
133
 
  border: 0;
134
 
}
135
 
 
136
 
.istore-image-widget .istore-visible-image-details-panel {
137
 
  padding-bottom: 0.5em;
138
 
}
139
 
 
140
 
.istore-image-widget .istore-hidden-image-details-panel {
141
 
  padding-top: 0.5em;
142
 
  padding-bottom: 0.5em;
143
 
}
144
 
 
145
 
.istore-image-widget .istore-image-detail-label {
146
 
  font-weight: bold;
147
 
}
148
 
 
149
 
.istore-image-widget .istore-image-detail-value-label {
150
 
  padding-left: 0.5em;
151
 
}
152
 
 
153
 
.istore-image-widget .istore-install-button {
154
 
  cursor: pointer;
155
 
}
156
 
 
157
 
 
158
 
.istore-image-widget .istore-install-button-progress {
159
 
  cursor: progress;
160
 
}
161
 
 
162
 
.istore-status-widget {
163
 
  padding-top: 1em;
164
 
}
165
 
 
166
 
.istore-status-widget .istore-header-label {
167
 
  padding-bottom: 0.5em;
168
 
  text-decoration: underline;
169
 
  font-weight: bold;
170
 
  color: #517e1d;
171
 
  height: 1em;  /* Prevent scrolling when showing/hiding the status widget. */
172
 
}
173
 
 
174
 
.istore-status-widget .istore-table-header {
175
 
  font-weight: bold;
176
 
  color: #517e1d;
177
 
}
178
 
 
179
 
.istore-status-widget .istore-table tr:first-child {
180
 
  background: #f2f2f2;
181
 
}
182
 
 
183
 
.istore-status-widget .istore-table td {
184
 
  border-top: 1px solid #cecece;
185
 
  padding: 0.3em 1em 0.3em 1em;
186
 
}
187
 
 
188
 
.istore-status-widget .istore-table tr:first-child td {
189
 
  border-top: #ffffff;
190
 
}
191
 
 
192
 
.istore-status-widget .istore-table td:first-child {
193
 
  border-right: 1px dashed #cecece;
194
 
  width: 400px;
195
 
}
196
 
 
197
 
.istore-status-widget .istore-image-title {
198
 
  min-width: 20em;
199
 
  padding-right: 3em;
200
 
}
201
 
 
202
 
.istore-status-widget .istore-image-status {
203
 
  font-style: italic;
204
 
}
205
 
 
206
 
.istore-status-widget .istore-show-error-anchor {
207
 
  text-decoration: underline;
208
 
  color: #ff0000;
209
 
}
210
 
 
211
 
.istore-image-error-dialog textarea {
212
 
  border: 1px solid black;
213
 
  width: 40em;
214
 
  height: 10em;
215
 
}
216
 
 
217
 
.istore-how-to-run-dialog .istore-summary-label,
218
 
.istore-how-to-run-dialog .istore-footer-label {
219
 
  /* width: 40em; removed by dmitrii */
220
 
  margin: 1em 0.5em 1em 0.5em;
221
 
}
222
 
 
223
 
.istore-how-to-run-dialog .istore-command-label {
224
 
  margin-left: 2em;
225
 
  font-style: italic;
226
 
}
227
 
 
228
 
.istore-dialog .istore-button-panel {
229
 
  text-align: right;
230
 
}
231
 
 
232
 
.istore-image-section-widget .istore-image-separator {
233
 
  text-align: center;
234
 
}
235
 
 
236
 
.istore-search-panel .istore-search-box {
237
 
  border: solid 1px black;
238
 
  vertical-align: middle;
239
 
  padding: 2px;
240
 
  padding-left: 0.3em;
241
 
  height: 26px;
242
 
  font-size: 100%;
243
 
  margin-right: 10px;
244
 
  width: 350px; /* Update the spinner position when changing this. */
245
 
}
246
 
 
247
 
.istore-search-panel .istore-search-button {
248
 
  vertical-align: middle;
249
 
  cursor: pointer;
250
 
}
251
 
 
252
 
.istore-search-panel .istore-search-box-progress {
253
 
  border-color: #878787;
254
 
  color: #878787;
255
 
  /* XXX How to make this URL generic? */
256
 
  background-image: url("img/spinner.gif");
257
 
  background-repeat: no-repeat;
258
 
  background-position: 325px center; /* Should be updated with the text box width. */
259
 
  padding-right: 28px; /* Hide the text under the spinner. */
260
 
}
261
 
 
262
 
.istore-search-panel .istore-search-button-progress {
263
 
  cursor: progress;
264
 
}