Changes for page ListWebSearch

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

From version 241.1
edited by Ecaterina Valica
on 2009/03/20 16:01
Change comment: There is no comment for this version
To version 257.1
edited by Guillaume Lerouge
on 2009/03/20 16:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.evalica
1 +xwiki:XWiki.GuillaumeLerouge
Content
... ... @@ -1,7 +1,5 @@
1 1  $xwiki.ssx.use("Main.ListWebSearch")
2 2  
3 -1 Search
4 -
5 5  #if(!$request.space)
6 6   #set($space = "All")
7 7  #else
XWiki.StyleSheetExtension[0]
Code
... ... @@ -9,25 +9,27 @@
9 9   clear: both;
10 10  }
11 11  #searchBar select {
12 - border: 1px solid #CCCCCC;
12 + border: 2px solid #CCCCCC;
13 13   color: #4d4d4d;
14 + font-size:18px;
14 14  }
15 15  .searchQuery{
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 + border: 2px solid #CCCCCC;
20 20   color: #4d4d4d;
22 + font-size:18px;
21 21  }
22 22  .searchButton{
23 23   background-color:#B3B3B3;
24 - border:1px solid #B3B3B3;
26 + border:2px solid #B3B3B3;
25 25   color:#FFFFFF;
26 26   font-family:Verdana;
27 - font-size:10px;
29 + font-size:11px;
28 28   font-variant:small-caps;
29 29   font-weight:bold;
30 - height:20px;
32 + height:23px;
31 31   line-height:12px;
32 32  }
33 33  .searchHelp{