Index: trunk/extensions/SemanticDrilldown/skins/SD_main.css |
— | — | @@ -2,73 +2,62 @@ |
3 | 3 | * The main CSS file for the Semantic Drilldown extension. |
4 | 4 | */ |
5 | 5 | |
6 | | -div.drilldown_categories_wrapper { |
| 6 | +div.drilldown-categories-wrapper { |
7 | 7 | float: right; |
8 | 8 | background: white; |
9 | 9 | padding: 0px 25px 25px 25px; |
10 | 10 | } |
11 | 11 | |
12 | | -div.drilldown_categories { |
| 12 | +div.drilldown-categories { |
13 | 13 | border: 2px #888888 solid; |
14 | 14 | } |
15 | 15 | |
16 | | -div.drilldown_categories_header { |
| 16 | +div.drilldown-categories-header { |
17 | 17 | font-weight: bold; |
18 | 18 | padding: 3px 8px 3px 8px; |
19 | 19 | background: #c9c9c9; |
20 | 20 | } |
21 | 21 | |
22 | | -div.drilldown_category { |
| 22 | +div.drilldown-category { |
23 | 23 | border-top: 1px #aaaaaa solid; |
24 | 24 | padding: 3px 8px 3px 8px; |
25 | 25 | margin: 0px; |
26 | 26 | background: #e9e9e9; |
27 | 27 | } |
28 | 28 | |
29 | | -div.selected_category { |
| 29 | +div.selected-category { |
30 | 30 | background: white; |
31 | 31 | } |
32 | 32 | |
33 | | -div.drilldown_header { |
| 33 | +div.drilldown-header { |
34 | 34 | font-size: large; |
35 | 35 | font-weight: bold; |
36 | 36 | } |
37 | 37 | |
38 | | -span.drilldown_header_value { |
| 38 | +span.drilldown-header-value { |
39 | 39 | font-weight: normal; |
40 | 40 | } |
41 | 41 | |
42 | | -div.drilldown_header a.remove { |
43 | | - color: black; /* no 'auto' value for color */ |
44 | | - text-decoration: none; |
45 | | - padding: 0px 7px 0px 7px; |
46 | | - background: url(filter-x.png) center no-repeat; |
47 | | -} |
48 | | - |
49 | | -div.drilldown_header a.remove:hover { |
50 | | - background: url(filter-x-active.png) center no-repeat; |
51 | | -} |
52 | | - |
53 | | -div.drilldown_filters { |
| 42 | +div.drilldown-filters { |
54 | 43 | /* background: #e2e2e2; */ |
55 | 44 | margin-top: 10px; |
56 | 45 | padding-bottom: 8px; |
57 | 46 | margin-bottom: 8px; |
58 | 47 | border-bottom: 1px #aaaaaa solid; |
59 | 48 | } |
60 | | -span.drilldown_or { |
| 49 | +span.drilldown-or { |
61 | 50 | color: gray; |
62 | 51 | font-weight: normal; |
63 | 52 | } |
64 | 53 | |
65 | | -div.drilldown_filter_label { |
| 54 | +div.drilldown-filter-label { |
66 | 55 | font-weight: bold; |
67 | 56 | } |
68 | 57 | |
69 | | -span.drilldown_filter_notes { |
| 58 | +span.drilldown-filter-notes { |
70 | 59 | font-weight: normal; |
71 | 60 | } |
72 | 61 | |
73 | | -div.drilldown_filter_values { |
| 62 | +div.drilldown-filter-values { |
74 | 63 | margin-bottom: 10px; |
75 | 64 | } |