Changes for page ListWebSearch

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

From version 223.1
edited by Ecaterina Valica
on 2009/03/20 14:06
Change comment: There is no comment for this version
To version 217.1
edited by Ecaterina Valica
on 2009/03/20 13:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -40,7 +40,7 @@
40 40   {pre}
41 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 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>
43 + <span class="searchButton"><input class="button" type="image" src="$xwiki.getSkinFile("goBB.png")" value="Go" title="$msg.get('xe.search.bar.go.title')"/></span>
44 44   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
45 45   {/pre}
46 46   </div>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -9,7 +9,7 @@
9 9   clear: both;
10 10  }
11 11  #searchBar .searchQuery, #searchBar select {
12 - border: 1px solid #CCCCCC;
12 + border: 1px solid #5599FF;
13 13   color: #4d4d4d;
14 14  }
15 15  .searchQuery{
... ... @@ -21,6 +21,9 @@
21 21   height: 100%;
22 22   vertical-align: middle;
23 23  }
24 +.searchButton input {
25 + margin-top: 2px;
26 +}
24 24  .searchHelp{
25 25   font-size: 80%;
26 26   color: #808080;