Changes for page ListWebSearch

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

From version 9.1
edited by Ecaterina Valica
on 2009/03/16 15:11
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
... ... @@ -32,8 +32,14 @@
32 32   padding: 5px;
33 33  }
34 34  #sortFilter a{
35 + color: #808080;
35 35  }
37 +#sortFilter a:hover{
38 + color: #777777;
39 +}
36 36  #sortFilter a#currentSort{
41 + color: #777777;
42 + font-weight: bold;
37 37  }
38 38  .paginationFilter {
39 39   color: #808080;
... ... @@ -45,13 +45,22 @@
45 45  .resultsNo{
46 46   float: left;
47 47  }
48 -.resultsNo .currentResultsNo{}
49 -.resultsNo .totalResultsNo{}
54 +.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
55 + color: #777777;
56 +}
50 50  .pagination{
51 51   float: right;
52 52  }
53 -.pagination a{}
54 -.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 +}
55 55  .pagination .controlPagination{}
56 56  /* Search Filters*/
57 57  #searchResultsList{