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

« back to all changes in this revision

Viewing changes to mozilla/toolkit/themes/pinstripe/mozapps/extensions/about.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
#clientBox {
 
2
  background-color: #FFFFFF;
 
3
  color: #000000;
 
4
}
 
5
 
 
6
#extensionName {
 
7
  font-size: large;
 
8
  font-weight: bold;
 
9
}
 
10
 
 
11
#extensionVersion {
 
12
  font-weight: bold;
 
13
  color: #909090;
 
14
}
 
15
 
 
16
#extensionHomepage {
 
17
  color: #0000FF;
 
18
  text-decoration: underline !important;
 
19
  cursor: pointer;
 
20
}
 
21
 
 
22
#genericAbout {
 
23
  padding: 0px 0px 10px 0px;
 
24
  min-height: 200px;
 
25
  width: 30em;
 
26
}
 
27
 
 
28
#groove {
 
29
  margin-top: 0px;
 
30
}
 
31
 
 
32
#clientBox {
 
33
  padding: 10px;
 
34
 
35
 
 
36
#extensionDescription {
 
37
  color: #404040;
 
38
}
 
39
 
 
40
#extensionDescription, #extensionContributors, #creatorBox, #contributorsBox {
 
41
  margin-left: 6px;
 
42
}
 
43
 
 
44
#extensionCreator, .contributor {
 
45
  margin: 0px;
 
46
 
47
 
 
48
#extensionCreatorLabel, #extensionContributors {
 
49
  border-top: 2px solid #C0C0C0;
 
50
  padding: 2px 0px 3px 0px;
 
51
  margin-top: 3px;
 
52
  font-weight: bold;
 
53
}
 
54