Changes for page ListWebSearch

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

From version 231.1
edited by Ecaterina Valica
on 2009/03/20 15:14
Change comment: There is no comment for this version
To version 218.1
edited by Ecaterina Valica
on 2009/03/20 13:50
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="image" src="$xwiki.getSkinFile("goBB.png")" 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>
backgroundVersion.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -122.4 KB
Content
blueVersion.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -21.8 KB
Content
greyVersion.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -21.8 KB
Content
SearchImprovementIdeas.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.GuillaumeLerouge
Size
... ... @@ -1,0 +1,1 @@
1 +351.6 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -8,8 +8,8 @@
8 8   padding-left: 5px;
9 9   clear: both;
10 10  }
11 -#searchBar select {
12 - border: 1px solid #CCCCCC;
11 +#searchBar .searchQuery, #searchBar select {
12 + border: 1px solid #5599FF;
13 13   color: #4d4d4d;
14 14  }
15 15  .searchQuery{
... ... @@ -16,20 +16,14 @@
16 16   background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
17 17   display:inline-block;
18 18   padding-left:18px;
19 - border: 1px solid #CCCCCC;
20 - color: #4d4d4d;
21 21  }
22 22  .searchButton{
23 - background-color:#B3B3B3;
24 - border:1px solid #CCCCCC;
25 - color:#FFFFFF;
26 - font-family:Verdana;
27 - font-size:10px;
28 - font-variant:small-caps;
29 - font-weight:bold;
30 - height:20px;
31 - line-height:12px;
21 + height: 100%;
22 + vertical-align: middle;
32 32  }
24 +.searchButton input {
25 + margin-top: 2px;
26 +}
33 33  .searchHelp{
34 34   font-size: 80%;
35 35   color: #808080;