Changes for page ListWebSearch

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

From version 14.1
edited by Ecaterina Valica
on 2009/03/16 15:27
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
... ... @@ -1,6 +4,3 @@
1 -*{
2 -border: 1px solid red;
3 -}
4 4  #search
5 5  {
6 6   width: 100%;
... ... @@ -38,11 +38,10 @@
38 38   color: #808080;
39 39  }
40 40  #sortFilter a:hover{
41 - color: #777777;
38 + color: #4d4d4d;
42 42  }
43 43  #sortFilter a#currentSort{
44 - color: #777777;
45 - font-weight: bold;
41 + color: #4d4d4d;
46 46  }
47 47  .paginationFilter {
48 48   color: #808080;
... ... @@ -54,22 +54,13 @@
54 54  .resultsNo{
55 55   float: left;
56 56  }
57 -.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
58 - color: #4D4D4D;
59 -}
53 +.resultsNo .currentResultsNo{}
54 +.resultsNo .totalResultsNo{}
60 60  .pagination{
61 61   float: right;
62 62  }
63 -.pagination a{
64 - color: #808080;
65 -}
66 -.pagination a:hover{
67 - color: #777777;
68 -}
69 -.pagination a.currentPagination{
70 - color: #777777;
71 - font-weight: bold;
72 -}
58 +.pagination a{}
59 +.pagination a.currentPagination{}
73 73  .pagination .controlPagination{}
74 74  /* Search Filters*/
75 75  #searchResultsList{