Changes for page ListWebSearch

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

From version 385.1
edited by Ecaterina Valica
on 2009/03/24 16:12
Change comment: There is no comment for this version
To version 380.1
edited by Ecaterina Valica
on 2009/03/24 15:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,7 +33,8 @@
33 33   #set($url = $xwiki.getURL("Main.WebSearchRss", "view", "xpage=rdf&space=$space&text=${utext}"))
34 34  #end
35 35  <div id="search">
36 -<form action="" id="searchBar">
36 +<form action="">
37 + <div id="searchBar">
37 37   {pre}
38 38   <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" title="$msg.get('xe.search.bar.query.title')"/>
39 39   #spaceselect($space $spaces $spacesText)
... ... @@ -40,6 +40,7 @@
40 40   <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
41 41   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
42 42   {/pre}
44 + </div>
43 43  </form>
44 44  #includeInContext("XWiki.WebSearchCode")
45 45  #includeInContext("XWiki.ListSuggestions")
orange.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Size
... ... @@ -1,0 +1,1 @@
1 +791 bytes
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -324,7 +324,7 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - background: #FFFFFF url($xwiki.getSkinFile('greyback2.png')) repeat-x scroll 0 0;
327 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
328 328   border: 2px solid #ccc;
329 329   border-top: none;
330 330  }
... ... @@ -352,7 +352,6 @@
352 352   width: 60%;
353 353   color: #4D4D4D;
354 354   display:inline-block;
355 - font-weight: bold;
356 356   font-size: 90%;
357 357   padding-left: 6px;
358 358   margin: 0px;