~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/toolkit/themes/pinstripe/global/wizard.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
2
 
 
3
 
 
4
wizard {
 
5
        padding: 14px;
 
6
}
 
7
 
 
8
#header { 
 
9
        display: inline !important;
 
10
}
 
11
.wizard-header {
 
12
        -moz-appearance: dialog;
 
13
}
 
14
 
 
15
.wizard-header-box-1 {
 
16
  color: #000000;
 
17
}
 
18
 
 
19
.wizard-header-box-text {
 
20
  padding: 6px 10px 6px 10px;
 
21
  font: menu;
 
22
  font-weight: bold;
 
23
}
 
24
 
 
25
.wizard-header-label {
 
26
  margin-left: 23px;
 
27
  font-weight: bold;
 
28
}
 
29
 
 
30
.wizard-header-box-icon {
 
31
  margin: 3px 20 0 3px;
 
32
}
 
33
 
 
34
.wizard-header-icon {
 
35
  list-style-image: inherit;
 
36
}
 
37
 
 
38
.wizard-page-box {
 
39
  padding: 15px 23px;
 
40
    -moz-appearance: dialog;
 
41
}
 
42
 
 
43
.wizard-buttons-separator {
 
44
  margin: 0 !important;
 
45
  border-bottom: 1px solid #FFFFFF !important;
 
46
}
 
47
 
 
48
.wizard-buttons-btm {
 
49
  padding: 3px 6px 6px 6px;
 
50
}
 
51
 
 
52
.wizard-label-box {
 
53
  display: none;
 
54
}
 
55
 
 
56
.wizard-button {
 
57
  font: menu !important;
 
58
}
 
59
 
 
60