Changes for page ListWebSearch

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

From version 230.1
edited by Guillaume Lerouge
on 2009/03/20 14:41
Change comment: Deletion of image SearchImprovementIdeas.png
To version 258.1
edited by Guillaume Lerouge
on 2009/03/20 16:27
Change comment: There is no comment for this version

Summary

Details

Page properties
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
... ... @@ -8,24 +8,28 @@
8 8   padding-left: 5px;
9 9   clear: both;
10 10  }
11 -#searchBar .searchQuery, #searchBar select {
12 - border: 1px solid #CCCCCC;
11 +#searchBar select {
12 + border: 2px solid #CCCCCC;
13 13   color: #4d4d4d;
14 + font-size:16px;
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;
20 + border: 2px solid #CCCCCC;
21 + color: #4d4d4d;
22 + font-size:16px;
19 19  }
20 20  .searchButton{
21 21   background-color:#B3B3B3;
22 - border:1px solid #CCCCCC;
26 + border:2px solid #B3B3B3;
23 23   color:#FFFFFF;
24 24   font-family:Verdana;
25 - font-size:10px;
29 + font-size:12px;
26 26   font-variant:small-caps;
27 27   font-weight:bold;
28 - height:20px;
32 + height:23px;
29 29   line-height:12px;
30 30  }
31 31  .searchHelp{