~cjohnston/qa-dashboard/assets

« back to all changes in this revision

Viewing changes to r697/static/django_tables2/themes/paleblue/css/screen.css

  • Committer: Chris Johnston
  • Date: 2013-12-02 21:31:20 UTC
  • Revision ID: chrisjohnston@ubuntu.com-20131202213120-59nnq087r99by0pr
"Dashboard commit r697"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
table.paleblue {
 
2
    border-collapse: collapse;
 
3
    border-color: #CCC;
 
4
    border: 1px solid #DDD;
 
5
}
 
6
 
 
7
table.paleblue,
 
8
table.paleblue +  ul.pagination {
 
9
    font: normal 11px/14px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
 
10
}
 
11
 
 
12
table.paleblue a:link,
 
13
table.paleblue a:visited,
 
14
table.paleblue + ul.pagination > li > a {
 
15
    color: #5B80B2;
 
16
    text-decoration: none;
 
17
    font-weight: bold;
 
18
}
 
19
 
 
20
table.paleblue a:hover {
 
21
    color: #036;
 
22
}
 
23
 
 
24
table.paleblue td,
 
25
table.paleblue th {
 
26
    padding: 5px;
 
27
    line-height: 13px;
 
28
    border-bottom: 1px solid #EEE;
 
29
    border-left: 1px solid #DDD;
 
30
    text-align: left;
 
31
}
 
32
 
 
33
table.paleblue thead th:first-child,
 
34
table.paleblue thead td:first-child {
 
35
    border-left: none !important;
 
36
}
 
37
 
 
38
table.paleblue thead th,
 
39
table.paleblue thead td {
 
40
    background: #FCFCFC url(../img/header-bg.png) left bottom repeat-x;
 
41
    border-bottom: 1px solid #DDD;
 
42
    padding: 2px 5px;
 
43
    font-size: 11px;
 
44
    vertical-align: middle;
 
45
    color: #666;
 
46
}
 
47
 
 
48
table.paleblue thead th > a:link,
 
49
table.paleblue thead th > a:visited {
 
50
    color: #666;
 
51
}
 
52
 
 
53
table.paleblue thead th.orderable > a {
 
54
    padding-right: 20px;
 
55
    background: url(../img/arrow-inactive-up.png) right center no-repeat;
 
56
}
 
57
table.paleblue thead th.orderable.asc > a {
 
58
    background-image: url(../img/arrow-active-up.png);
 
59
}
 
60
table.paleblue thead th.orderable.desc > a {
 
61
    background-image: url(../img/arrow-active-down.png);
 
62
}
 
63
 
 
64
table.paleblue tr.odd {
 
65
    background-color: #EDF3FE;
 
66
}
 
67
 
 
68
table.paleblue tr.even {
 
69
    background-color: white;
 
70
}
 
71
 
 
72
table.paleblue + ul.pagination {
 
73
    background: white url(../img/pagination-bg.gif) left 180% repeat-x;
 
74
    overflow: auto;
 
75
    margin: 0;
 
76
    padding: 10px;
 
77
    border: 1px solid #DDD;
 
78
    list-style: none;
 
79
}
 
80
 
 
81
table.paleblue + ul.pagination > li {
 
82
    float: left;
 
83
    line-height: 22px;
 
84
    margin-left: 10px;
 
85
}
 
86
 
 
87
table.paleblue + ul.pagination > li:first-child {
 
88
    margin-left: 0;
 
89
}
 
90
 
 
91
table.paleblue + ul.pagination > li.cardinality {
 
92
    float: right;
 
93
    color: #8d8d8d;
 
94
}
 
95
 
 
96
table.paleblue > tbody > tr > td > span.true,
 
97
table.paleblue > tbody > tr > td > span.false {
 
98
    background-position: top left;
 
99
    background-repeat: no-repeat;
 
100
    display: inline-block;
 
101
    height: 10px;
 
102
    overflow: hidden;
 
103
    text-indent: -200px;
 
104
    width: 10px;
 
105
}
 
106
 
 
107
table.paleblue > tbody > tr > td > .missing {
 
108
    background: transparent url(../img/missing.png) right center no-repeat;
 
109
    color: #717171;
 
110
    padding-right: 20px;
 
111
}
 
112
 
 
113
table.paleblue > tbody > tr > td > .missing:hover {
 
114
    color: #333;
 
115
}
 
116
 
 
117
table.paleblue > tbody > tr > td > span.true {
 
118
    background-image: url(../img/true.gif);
 
119
}
 
120
 
 
121
table.paleblue > tbody > tr > td > span.false {
 
122
    background-image: url(../img/false.gif);
 
123
}
 
124
 
 
125
div.table-container {
 
126
    display: inline-block;
 
127
}