~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Tools/RebaselineQueueServer/static/styles.css

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
  font-family: Helvetica, Arial, sans-serif;
 
3
  font-size: 12px;
 
4
}
 
5
 
 
6
h1 {
 
7
  border-bottom: solid 1px #ccc;
 
8
}
 
9
 
 
10
#builder-picker body,
 
11
#add-form body {
 
12
  margin: 0;
 
13
}
 
14
 
 
15
#builder-picker, 
 
16
#builder-picker body {
 
17
  height: 100%;
 
18
}
 
19
 
 
20
#builder-picker body {
 
21
  display: -webkit-box;
 
22
  -webkit-box-orient: vertical;
 
23
}
 
24
 
 
25
#builder-picker-controls {
 
26
  padding: 0.5em;
 
27
  border-bottom: solid 1px black;
 
28
}
 
29
 
 
30
#builder-picker-controls select {
 
31
  min-width: 10em;
 
32
}
 
33
 
 
34
#builder-frame {
 
35
  border: 0;
 
36
  -webkit-box-flex: 1;
 
37
  display: block;
 
38
}
 
39
 
 
40
.status {
 
41
  font-size: 16px;
 
42
  text-align: center;
 
43
  padding: 1em;
 
44
}
 
45
 
 
46
.test-table {
 
47
  border-collapse: collapse;
 
48
}
 
49
 
 
50
.test-table caption {
 
51
  font-size: 16px;
 
52
  font-weight: bold;
 
53
  background: #eee;
 
54
  padding: .5em;
 
55
}
 
56
 
 
57
.test-table th {
 
58
  text-align: left;
 
59
  border-bottom: solid 1px #ccc;
 
60
  background: #eee;
 
61
  min-width: 8em;
 
62
}
 
63
 
 
64
.test-table tbody tr:hover {
 
65
  background: #ffa;
 
66
}
 
67
 
 
68
.test-table .submit-row {
 
69
  text-align: right;
 
70
  padding: 1em 0;
 
71
}