Changes for page ListWebSearch

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

From version 187.1
edited by Ecaterina Valica
on 2009/03/19 16:31
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

Page properties
Content
... ... @@ -10,6 +10,7 @@
10 10  #foreach($space in $spaces)
11 11   #set($ok = $spacesText.put($space,$space))
12 12  #end
13 +
13 13  #macro(spaceoption $space $selectspace $spacesText)
14 14   <option value="$spacesText.get($space)" #if($selectspace == $spacesText.get($space))selected="selected"#end>$space</option>
15 15  #end
XWiki.StyleSheetExtension[0]
Code
... ... @@ -153,6 +153,11 @@
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 +}
156 156  .itemLocation{
157 157   color: #808080;
158 158   font-size:90%;
... ... @@ -255,7 +255,6 @@
255 255   height: 1px;
256 256  }
257 257  .searchFooter{
258 - margin-bottom: 15px;
259 259   display: block;
260 260   clear: both;
261 261   text-align: right;