~ubuntu-branches/ubuntu/oneiric/weave/oneiric

« back to all changes in this revision

Viewing changes to source/chrome/skin/fx-prefs.css

  • Committer: Bazaar Package Importer
  • Author(s): Micah Gersten
  • Date: 2010-08-11 00:35:15 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100811003515-o3jbh826bnd1syjv
Tags: 1.4.3-1ubuntu1
* Add -fshort-wchar to CXXFLAGS to fix FTBFS in Ubuntu
  - update debian/rules 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.success, .error {
2
 
  padding: 2px;
3
 
  -moz-border-radius: 2px;
4
 
}
5
 
 
6
 
.error {
7
 
  background-color: #FF0000 !important;
8
 
  color: #FFFFFF !important;
9
 
}
10
 
 
11
 
.success {
12
 
  background-color: #00FF00 !important;
13
 
}
14
 
 
15
 
.warning {
16
 
  font-weight: bold;
17
 
  font-size: 100%;
18
 
  color: red;
19
 
}
20
 
 
21
 
.mainDesc {
22
 
  font-weight: bold;
23
 
  font-size: 100%;
24
 
}
25
 
 
26
 
.normal {
27
 
  font-size: 100%;
28
 
}
29
 
 
30
 
.data {
31
 
  font-size: 90%;
32
 
  font-weight: bold;
33
 
}
34
 
 
35
 
.accountChoiceButton,
36
 
.mergeChoiceButton {
37
 
  -moz-appearance: none;
38
 
  border: #999999 1px solid !important;
39
 
  padding: 2px 3px;
40
 
  -moz-border-radius: 6px;
41
 
  background-color: menu;
42
 
  -moz-box-shadow:
43
 
    inset rgba(255, 255, 255, 0.5) 0 1px 0px,
44
 
    inset rgba(0, 0, 0, 0.1) 0 -2px 0px,
45
 
    rgba(0, 0, 0, 0.1) 0px 1px 0px;
46
 
}
47
 
 
48
 
.accountChoiceButton:hover,
49
 
.mergeChoiceButton[selected="true"] {
50
 
  background-color: -moz-MenuHover;
51
 
  color: -moz-MenuHoverText;
52
 
}
53
 
 
54
 
.wizard-page-box {
55
 
  margin-left: -5px;
56
 
  margin-right: -5px;
57
 
}
58
 
 
59
 
.mergeChoiceButtonBox {
60
 
  padding: 0.2em;
61
 
}
62
 
 
63
 
.status {
64
 
  color: -moz-dialogtext;
65
 
}
66
 
 
67
 
.feedbackRow {
68
 
  -moz-margin-start: 10em;
69
 
}
70
 
 
71
 
.statusIcon {
72
 
  -moz-margin-start: 4px;
73
 
  max-height: 16px;
74
 
  max-width: 16px;
75
 
}
76
 
 
77
 
.statusIcon[status="active"] {
78
 
  list-style-image: url("chrome://global/skin/icons/loading_16.png");
79
 
}
80
 
 
81
 
.statusIcon[status="error"] {
82
 
  list-style-image: url("chrome://global/skin/icons/error-16.png");
83
 
}
84
 
 
85
 
.statusIcon[status="success"] {
86
 
  list-style-image: url("chrome://global/skin/icons/information-16.png");
87
 
}
88
 
 
89
 
.inline-link {
90
 
  margin: 0;
91
 
}
92
 
 
93
 
.wizard-header-icon {
94
 
  list-style-image: url("chrome://weave/skin/sync-32x32.png");
95
 
}
96
 
 
97
 
wizard, .wizard-page-box, .wizard-header {
98
 
  -moz-appearance: none !important;
99
 
}
100
 
 
101
 
wizard {
102
 
  background-color: #FFF;
103
 
  background: url(chrome://weave/skin/bg.png) #FFF repeat-x center -80px;
104
 
}