Changes for page ListWebSearch

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

From version 194.1
edited by Ecaterina Valica
on 2009/03/19 16:46
Change comment: There is no comment for this version
To version 185.1
edited by Ecaterina Valica
on 2009/03/19 16:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,6 +4,7 @@
4 4  #else
5 5   #set($space = $request.space)
6 6  #end
7 +
7 7  #set($spacesText = {})
8 8  #set($spaces = $xwiki.spaces)
9 9  #set($ok = $spacesText.put("All","All"))
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 {
... ... @@ -46,7 +46,7 @@
46 46   color: #808080;
47 47   height: 100%;
48 48   border-top: 1px solid #CCCCCC;
49 - padding: 5px 0px 5px 5px;
48 + padding: 5px;
50 50   display: block;
51 51   line-height: 22px;
52 52  }
... ... @@ -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{
... ... @@ -107,7 +107,6 @@
107 107  #searchResultsList{
108 108   clear: both;
109 109   display: table;
110 -margin-top: 15px;
111 111  }
112 112  .resultItem{
113 113   display: block;
... ... @@ -155,11 +155,6 @@
155 155   font-weight: bold;
156 156   font-size:130%;
157 157  }
158 -.itemTitle a:hover{
159 - color: #4d4d4d;
160 - font-weight: bold;
161 - font-size:130%;
162 -}
163 163  .itemLocation{
164 164   color: #808080;
165 165   font-size:90%;
... ... @@ -262,6 +262,7 @@
262 262   height: 1px;
263 263  }
264 264  .searchFooter{
258 + margin-bottom: 15px;
265 265   display: block;
266 266   clear: both;
267 267   text-align: right;