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 10.1
edited by Ecaterina Valica
on 2009/03/16 15:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -35,11 +35,10 @@
35 35   color: #808080;
36 36  }
37 37  #sortFilter a:hover{
38 - color: #777777;
38 + color: #4d4d4d;
39 39  }
40 40  #sortFilter a#currentSort{
41 - color: #777777;
42 - font-weight: bold;
41 + color: #4d4d4d;
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 -}
53 +.resultsNo .currentResultsNo{}
54 +.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 -}
58 +.pagination a{}
59 +.pagination a.currentPagination{}
70 70  .pagination .controlPagination{}
71 71  /* Search Filters*/
72 72  #searchResultsList{