Changes for page ListWebSearch

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

From version 213.1
edited by Ecaterina Valica
on 2009/03/20 13:33
Change comment: There is no comment for this version
To version 208.1
edited by Guillaume Lerouge
on 2009/03/20 11:28
Change comment: Upload new image <a href="/xwiki/bin/downloadrev/Main/ListWebSearch/SearchImprovementIdeas.png?rev=1.1">SearchImprovementIdeas.png</a>

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.evalica
1 +xwiki:XWiki.GuillaumeLerouge
Content
... ... @@ -1,7 +1,4 @@
1 1  $xwiki.ssx.use("Main.ListWebSearch")
2 -
3 -1 Search
4 -
5 5  #if(!$request.space)
6 6   #set($space = "All")
7 7  #else
... ... @@ -38,9 +38,8 @@
38 38  <form action="">
39 39   <div id="searchBar">
40 40   {pre}
41 - <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="50" title="$msg.get('xe.search.bar.query.title')"/>
42 - #spaceselect($space $spaces $spacesText)
43 - <span class="searchButton"><input class="button" type="image" src="$xwiki.getSkinFile("goB.png")" value="Go" title="$msg.get('xe.search.bar.go.title')"/></span>
38 + <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" size="50" title="$msg.get('xe.search.bar.query.title')"/>
39 + #spaceselect($space $spaces $spacesText) <input class="button" type="image" src="/xwiki/skins/albatross/go.png" value="Go" accesskey="s" title="$msg.get('xe.search.bar.go.title')"/>
44 44   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
45 45   {/pre}
46 46   </div>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -17,10 +17,6 @@
17 17   display:inline-block;
18 18   padding-left:18px;
19 19  }
20 -.searchButton{
21 - height: 100%;
22 - vertical-align: middle;
23 -}
24 24  .searchHelp{
25 25   font-size: 80%;
26 26   color: #808080;
... ... @@ -49,7 +49,7 @@
49 49   color: #808080;
50 50   height: 100%;
51 51   border-top: 1px solid #CCCCCC;
52 - padding: 2px 0px 5px 5px;
48 + padding: 5px 0px 5px 5px;
53 53   display: block;
54 54   line-height: 22px;
55 55  }