~ubuntu-branches/ubuntu/karmic/phppgadmin/karmic

« back to all changes in this revision

Viewing changes to selenium/selenium-test.css

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2008-12-31 19:32:22 UTC
  • mfrom: (1.3.1 upstream) (8.1.2 sid)
  • mto: (8.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20081231193222-swr5hb1fie1enl4l
* New upstream release
  - Fixes local file inclusion vulnerability (CVE-2008-5587) (closes: #508026)
* Removed register_globals from debian/apache.conf (closes: #508026)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body, table {
2
 
    font-family: Verdana, Arial, sans-serif;
3
 
    font-size: 12;
4
 
}
5
 
 
6
 
table {
7
 
    border-collapse: collapse;
8
 
    border: 1px solid #ccc;
9
 
}
10
 
 
11
 
th, td {
12
 
    padding-left: 0.3em;
13
 
    padding-right: 0.3em;
14
 
}
15
 
 
16
 
a {
17
 
    text-decoration: none;
18
 
}
19
 
 
20
 
.title {
21
 
    font-style: italic;
22
 
}
23
 
 
24
 
.selected {
25
 
    background-color: #ffffcc;
26
 
}
27
 
 
28
 
.status_done {
29
 
    background-color: #eeffee;
30
 
}
31
 
 
32
 
.status_passed {
33
 
    background-color: #ccffcc;
34
 
}
35
 
 
36
 
.status_failed {
37
 
    background-color: #ffcccc;
38
 
}
39
 
 
40
 
.breakpoint {
41
 
    background-color: #cccccc;
42
 
    border: 1px solid black;
43
 
}