Changes for page ListWebSearch

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

From version 13.1
edited by Ecaterina Valica
on 2009/03/16 15:25
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
... ... @@ -32,14 +32,8 @@
32 32   padding: 5px;
33 33  }
34 34  #sortFilter a{
35 - color: #808080;
36 36  }
37 -#sortFilter a:hover{
38 - color: #777777;
39 -}
40 40  #sortFilter a#currentSort{
41 - color: #777777;
42 - font-weight: bold;
43 43  }
44 44  .paginationFilter {
45 45   color: #808080;
... ... @@ -51,22 +51,13 @@
51 51  .resultsNo{
52 52   float: left;
53 53  }
54 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
55 - color: #4D4D4D;
56 -}
48 +.resultsNo .currentResultsNo{}
49 +.resultsNo .totalResultsNo{}
57 57  .pagination{
58 58   float: right;
59 59  }
60 -.pagination a{
61 - color: #808080;
62 -}
63 -.pagination a:hover{
64 - color: #777777;
65 -}
66 -.pagination a.currentPagination{
67 - color: #777777;
68 - font-weight: bold;
69 -}
53 +.pagination a{}
54 +.pagination a.currentPagination{}
70 70  .pagination .controlPagination{}
71 71  /* Search Filters*/
72 72  #searchResultsList{
... ... @@ -122,10 +122,7 @@
122 122   width: 100%;
123 123   background-color: #f2f2f2;
124 124  }
125 -.divClosure
110 +.clearfloats
126 126  {
127 - background-color: transparent;
128 - clear: both;
129 - height: 1px;
130 - margin: 0 220px;
112 + background-color: 0;
131 131  }