Changes for page ListWebSearch

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

From version 386.1
edited by Ecaterina Valica
on 2009/03/24 16:20
Change comment: There is no comment for this version
To version 381.1
edited by Ecaterina Valica
on 2009/03/24 15:52
Change comment: Deletion of image orange.png

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")
XWiki.StyleSheetExtension[0]
Code
... ... @@ -26,6 +26,7 @@
26 26   background-color:#B3B3B3;
27 27   border:2px solid #B3B3B3;
28 28   color:#FFFFFF;
29 + font-family:Verdana;
29 29   font-size:11px;
30 30   font-variant:small-caps;
31 31   font-weight:bold;
... ... @@ -323,7 +323,7 @@
323 323   list-style-position: outside;
324 324   margin: 0;
325 325   padding: 0;
326 - 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;
327 327   border: 2px solid #ccc;
328 328   border-top: none;
329 329  }
... ... @@ -351,7 +351,6 @@
351 351   width: 60%;
352 352   color: #4D4D4D;
353 353   display:inline-block;
354 - font-weight: bold;
355 355   font-size: 90%;
356 356   padding-left: 6px;
357 357   margin: 0px;