Changes for page ListWebSearch

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

From version 10.1
edited by Ecaterina Valica
on 2009/03/16 15:18
Change comment: There is no comment for this version
To version 12.1
edited by Ecaterina Valica
on 2009/03/16 15:23
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -35,10 +35,11 @@
35 35   color: #808080;
36 36  }
37 37  #sortFilter a:hover{
38 - color: #4d4d4d;
38 + color: #777777;
39 39  }
40 40  #sortFilter a#currentSort{
41 - color: #4d4d4d;
41 + color: #777777;
42 + font-weight: bold;
42 42  }
43 43  .paginationFilter {
44 44   color: #808080;
... ... @@ -50,13 +50,22 @@
50 50  .resultsNo{
51 51   float: left;
52 52  }
53 -.resultsNo .currentResultsNo{}
54 -.resultsNo .totalResultsNo{}
54 +.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
55 + color: #777777;
56 +}
55 55  .pagination{
56 56   float: right;
57 57  }
58 -.pagination a{}
59 -.pagination a.currentPagination{}
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 +}
60 60  .pagination .controlPagination{}
61 61  /* Search Filters*/
62 62  #searchResultsList{