Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 16.1
edited by Ecaterina Valica
on 2009/03/16 15:28
Change comment: There is no comment for this version
To version 8.1
edited by Ecaterina Valica
on 2009/03/16 15:09
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +1,5 @@
1 -#search{
1 +#search
2 +{
2 2   width: 100%;
3 3   background-color: #ffffff;
4 4  }
... ... @@ -20,9 +20,9 @@
20 20   color: #808080;
21 21  }
22 22  /* Search Filters*/
23 -.searchFilters{
24 +.searchFilters
25 +{
24 24   clear: both;
25 - margin-bottom: 15px;
26 26  }
27 27  #sortFilter{
28 28   color: #808080;
... ... @@ -31,14 +31,8 @@
31 31   padding: 5px;
32 32  }
33 33  #sortFilter a{
34 - color: #808080;
35 35  }
36 -#sortFilter a:hover{
37 - color: #777777;
38 -}
39 39  #sortFilter a#currentSort{
40 - color: #777777;
41 - font-weight: bold;
42 42  }
43 43  .paginationFilter {
44 44   color: #808080;
... ... @@ -50,22 +50,13 @@
50 50  .resultsNo{
51 51   float: left;
52 52  }
53 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
54 - color: #4D4D4D;
55 -}
48 +.resultsNo .currentResultsNo{}
49 +.resultsNo .totalResultsNo{}
56 56  .pagination{
57 57   float: right;
58 58  }
59 -.pagination a{
60 - color: #808080;
61 -}
62 -.pagination a:hover{
63 - color: #777777;
64 -}
65 -.pagination a.currentPagination{
66 - color: #777777;
67 - font-weight: bold;
68 -}
53 +.pagination a{}
54 +.pagination a.currentPagination{}
69 69  .pagination .controlPagination{}
70 70  /* Search Filters*/
71 71  #searchResultsList{
... ... @@ -121,10 +121,7 @@
121 121   width: 100%;
122 122   background-color: #f2f2f2;
123 123  }
124 -.divClosure
110 +.clearfloats
125 125  {
126 - background-color: transparent;
127 - clear: both;
128 - height: 1px;
129 - margin: 0 220px;
112 + background-color: 0;
130 130  }