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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,5 +1,4 @@
1 -#search
2 -{
1 +#search{
3 3   width: 100%;
4 4   background-color: #ffffff;
5 5  }
... ... @@ -21,9 +21,9 @@
21 21   color: #808080;
22 22  }
23 23  /* Search Filters*/
24 -.searchFilters
25 -{
23 +.searchFilters{
26 26   clear: both;
25 + margin-bottom: 15px;
27 27  }
28 28  #sortFilter{
29 29   color: #808080;
... ... @@ -32,8 +32,14 @@
32 32   padding: 5px;
33 33  }
34 34  #sortFilter a{
34 + color: #808080;
35 35  }
36 +#sortFilter a:hover{
37 + color: #777777;
38 +}
36 36  #sortFilter a#currentSort{
40 + color: #777777;
41 + 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{}
53 +.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
54 + color: #4D4D4D;
55 +}
50 50  .pagination{
51 51   float: right;
52 52  }
53 -.pagination a{}
54 -.pagination a.currentPagination{}
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 +}
55 55  .pagination .controlPagination{}
56 56  /* Search Filters*/
57 57  #searchResultsList{