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 9.1
edited by Ecaterina Valica
on 2009/03/16 15:11
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%;
... ... @@ -35,14 +35,8 @@
35 35   padding: 5px;
36 36  }
37 37  #sortFilter a{
38 - color: #808080;
39 39  }
40 -#sortFilter a:hover{
41 - color: #777777;
42 -}
43 43  #sortFilter a#currentSort{
44 - color: #777777;
45 - font-weight: bold;
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 -}
48 +.resultsNo .currentResultsNo{}
49 +.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 -}
53 +.pagination a{}
54 +.pagination a.currentPagination{}
73 73  .pagination .controlPagination{}
74 74  /* Search Filters*/
75 75  #searchResultsList{