~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to skins/standard/show_multiple.css

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
hr {margin: 20px auto 40px}
2
 
 
3
 
.bz_private { color:darkred }
4
 
 
5
 
h1 {
6
 
  font-size: 2em;
7
 
  margin-bottom: 10px;
8
 
}
9
 
 
10
 
/* bugfields is table of all fields and values */
11
 
.bugfields {
12
 
  font-size: small;
13
 
  background: #eee;
14
 
  padding: 5px;
15
 
  border: 1px solid silver;
16
 
  width: 100%;
17
 
}
18
 
 
19
 
.bugfields tr {
20
 
  vertical-align: top;
21
 
}
22
 
 
23
 
.bugfields th {
24
 
  width: 10em;
25
 
  text-align: left;
26
 
  font-weight: normal;
27
 
  line-height: 150%;
28
 
}
29
 
 
30
 
.bugfields td {
31
 
  font-weight: bold;
32
 
  line-height: 150%;
33
 
}
34
 
 
35
 
.bugfields .rightcell {
36
 
  padding-left: 10px;
37
 
}
38
 
 
39
 
/* set line-height to normal for nested tables of bugfields table */
40
 
.bugfields table th, .bugfields table td {
41
 
  line-height: 100%;
42
 
  width: auto;
43
 
}
44
 
 
45
 
.bugfields table.timetracking th, .bugfields table.timetracking td {
46
 
  width: 10em;
47
 
}
48
 
 
49
 
.error {
50
 
  color: red;
51
 
  font-weight: bold;
52
 
}