~ubuntu-core-dev/ubuntu/maverick/eucalyptus/devel

« 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: Dave Walker (Daviey)
  • Date: 2010-06-15 14:42:43 UTC
  • Revision ID: davewalker@ubuntu.com-20100615144243-es2308wfvh9h3htf
Ubuntu patches unapplied

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
 
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 */
2
18
.gwt-DialogBox {
3
 
  width: 550px;
 
19
  width: 400px;
4
20
}
5
21
 
6
22
.dialogVPanel {
20
36
  width: 510px;
21
37
}
22
38
 
23
 
.istore-image-store-widget td {
24
 
  font-size: 1em;
25
 
}
26
 
 
27
39
.istore-section-title {
28
40
  font-weight: bold;
29
41
  font-size: 150%;
192
204
}
193
205
 
194
206
.istore-status-widget .istore-show-error-anchor {
195
 
  white-space: nowrap;
196
207
  text-decoration: underline;
197
208
  color: #ff0000;
198
209
}
228
239
  padding: 2px;
229
240
  padding-left: 0.3em;
230
241
  height: 26px;
 
242
  font-size: 100%;
231
243
  margin-right: 10px;
232
244
  width: 350px; /* Update the spinner position when changing this. */
233
245
}