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 183.1
edited by Ecaterina Valica
on 2009/03/19 16:24
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,11 @@
64 64   color: #808080;
65 65  }
66 66  .pagination a:hover{
67 - color: #4D4D4D;
66 + color: #777777;
67 + font-weight: bold;
68 68  }
69 69  .pagination a.currentPagination{
70 - color: #4D4D4D;
70 + color: #777777;
71 71   font-weight: bold;
72 72  }
73 73  .controlPagination{
... ... @@ -146,19 +146,11 @@
146 146  .itemDescription a{
147 147   color: #5599ff;
148 148  }
149 -.itemDescription a:hover{
150 - color: #5599ff;
151 -}
152 152  .itemTitle a{
153 153   color: #4d4d4d;
154 154   font-weight: bold;
155 155   font-size:130%;
156 156  }
157 -.itemTitle a:hover{
158 - color: #4d4d4d;
159 - font-weight: bold;
160 - font-size:130%;
161 -}
162 162  .itemLocation{
163 163   color: #808080;
164 164   font-size:90%;
... ... @@ -261,6 +261,7 @@
261 261   height: 1px;
262 262  }
263 263  .searchFooter{
256 + margin-bottom: 15px;
264 264   display: block;
265 265   clear: both;
266 266   text-align: right;