Changes for page ListWebSearch

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

From version 11.1
edited by Ecaterina Valica
on 2009/03/16 15:21
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;
... ... @@ -56,16 +56,8 @@
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  }