Changes for page ListWebSearch

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

From version 227.1
edited by Ecaterina Valica
on 2009/03/20 14:29
Change comment: Upload new image <a href="/xwiki/bin/downloadrev/Main/ListWebSearch/blueVersion.png?rev=1.1">blueVersion.png</a>
To version 224.1
edited by Ecaterina Valica
on 2009/03/20 14:07
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 - <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
43 + <span class="searchButton"><input type="submit" value="Search" 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>
blueVersion.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -21.8 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -18,15 +18,8 @@
18 18   padding-left:18px;
19 19  }
20 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;
21 + height: 100%;
22 + vertical-align: middle;
30 30  }
31 31  .searchHelp{
32 32   font-size: 80%;