Changes for page ListWebSearch

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

From version 189.1
edited by Ecaterina Valica
on 2009/03/19 16:33
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
... ... @@ -255,6 +255,7 @@
255 255   height: 1px;
256 256  }
257 257  .searchFooter{
258 + margin-bottom: 15px;
258 258   display: block;
259 259   clear: both;
260 260   text-align: right;