-
Notifications
You must be signed in to change notification settings - Fork 0
/
ztfilter.css
60 lines (51 loc) · 1.12 KB
/
ztfilter.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/**
* Tabular products filter: module for PrestaShop 1.4
*
* @author zapalm <[email protected]>
* @copyright (c) 2010, zapalm
* @link http://prestashop.modulez.ru/en/frontend-features/12-tabular-products-filter-for-prestashop.html The module's homepage
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
div.ztfilter-content {
}
table.ztfilter-table {
border-bottom: solid;
border-width: 2px;
}
th.ztfilter-table {
padding-left: 0;
background: lightgrey none;
}
select.ztfilter-sel-column {
margin-left: 0.3em;
margin-top: 0.1em;
max-width: 110px;
}
div.ztfilter-color-pick {
display: block;
width: 20px;
height: 20px;
border: 1px solid #666;
}
.ztfilter-opt-color {
background: #FFFFCC;
}
form.ztfilter-fm {
display: inline;
}
div.ztfilter-header {
color: #374853;
font-size: 1.1em;
font-weight: bold;
height: 21px;
line-height: 1.6em;
padding-left: 0.5em;
}
div.ztfilter-footer {
color: #374853;
font-size: 1.1em;
font-weight: bold;
height: 21px;
line-height: 1.6em;
padding-left: 0.5em;
}