Changes for page ListWebSearch

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

From version 193.1
edited by Ecaterina Valica
on 2009/03/19 16:41
Change comment: There is no comment for this version
To version 190.1
edited by Ecaterina Valica
on 2009/03/19 16:34
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -5,7 +5,6 @@
5 5  /* Search Bar*/
6 6  #searchBar{
7 7   margin-bottom: 11px;
8 - padding-left: 5px;
9 9   clear: both;
10 10  }
11 11  #searchBar .searchQuery, #searchBar select {
... ... @@ -36,10 +36,10 @@
36 36   color: #808080;
37 37  }
38 38  #sortFilter a:hover{
39 - color: #4D4D4D;
38 + color: #777777;
40 40  }
41 41  #sortFilter a#currentSort{
42 - color: #4D4D4D;
41 + color: #777777;
43 43   font-weight: bold;
44 44  }
45 45  .paginationFilter {
... ... @@ -54,7 +54,7 @@
54 54   float: left;
55 55  }
56 56  .resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
57 - color: #808080;
56 + color: #4D4D4D;
58 58  }
59 59  .pagination{
60 60   float: right;
... ... @@ -64,10 +64,10 @@
64 64   color: #808080;
65 65  }
66 66  .pagination a:hover{
67 - color: #4D4D4D;
66 + color: #777777;
68 68  }
69 69  .pagination a.currentPagination{
70 - color: #4D4D4D;
69 + color: #777777;
71 71   font-weight: bold;
72 72  }
73 73  .controlPagination{