Changes for page ListWebSearch

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

From version 210.1
edited by Ecaterina Valica
on 2009/03/20 13:18
Change comment: There is no comment for this version
To version 226.1
edited by Ecaterina Valica
on 2009/03/20 14:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,8 +38,9 @@
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) <input class="button" type="image" src="/xwiki/skins/albatross/go.png" value="Go" accesskey="s" title="$msg.get('xe.search.bar.go.title')"/>
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 + <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
43 43   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
44 44   {/pre}
45 45   </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 #5599FF;
12 + border: 1px solid #CCCCCC;
13 13   color: #4d4d4d;
14 14  }
15 15  .searchQuery{
... ... @@ -17,6 +17,17 @@
17 17   display:inline-block;
18 18   padding-left:18px;
19 19  }
20 +.searchButton{
21 + background-color:#B3B3B3;
22 + border:1px solid #CCCCCC;
23 + color:#FFFFFF;
24 + font-family:Verdana;
25 + font-size:10px;
26 + font-variant:small-caps;
27 + font-weight:bold;
28 + height:20px;
29 + line-height:12px;
30 +}
20 20  .searchHelp{
21 21   font-size: 80%;
22 22   color: #808080;