Changes for page ListWebSearch

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

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