Changes for page ListWebSearch

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

From version 190.1
edited by Ecaterina Valica
on 2009/03/19 16:34
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
... ... @@ -153,11 +153,6 @@
153 153   font-weight: bold;
154 154   font-size:130%;
155 155  }
156 -.itemTitle a:hover{
157 - color: #4d4d4d;
158 - font-weight: bold;
159 - font-size:130%;
160 -}
161 161  .itemLocation{
162 162   color: #808080;
163 163   font-size:90%;
... ... @@ -260,6 +260,7 @@
260 260   height: 1px;
261 261  }
262 262  .searchFooter{
258 + margin-bottom: 15px;
263 263   display: block;
264 264   clear: both;
265 265   text-align: right;