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 187.1
edited by Ecaterina Valica
on 2009/03/19 16:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,7 +10,6 @@
10 10  #foreach($space in $spaces)
11 11   #set($ok = $spacesText.put($space,$space))
12 12  #end
13 -
14 14  #macro(spaceoption $space $selectspace $spacesText)
15 15   <option value="$spacesText.get($space)" #if($selectspace == $spacesText.get($space))selected="selected"#end>$space</option>
16 16  #end
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{
... ... @@ -154,11 +154,6 @@
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{
258 + margin-bottom: 15px;
264 264   display: block;
265 265   clear: both;
266 266   text-align: right;