Changes for page ListWebSearch

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

From version 292.1
edited by Ecaterina Valica
on 2009/03/22 11:56
Change comment: There is no comment for this version
To version 251.1
edited by Ecaterina Valica
on 2009/03/20 16:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,7 @@
1 1  $xwiki.ssx.use("Main.ListWebSearch")
2 2  
3 +1 Search
4 +
3 3  #if(!$request.space)
4 4   #set($space = "All")
5 5  #else
XWiki.StyleSheetExtension[0]
Code
... ... @@ -11,7 +11,7 @@
11 11  #searchBar select {
12 12   border: 2px solid #CCCCCC;
13 13   color: #4d4d4d;
14 - font-size:15px;
14 + font-size:16px;
15 15  }
16 16  .searchQuery{
17 17   background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
... ... @@ -19,7 +19,7 @@
19 19   padding-left:18px;
20 20   border: 2px solid #CCCCCC;
21 21   color: #4d4d4d;
22 - font-size:15px;
22 + font-size:16px;
23 23  }
24 24  .searchButton{
25 25   background-color:#B3B3B3;
... ... @@ -26,10 +26,10 @@
26 26   border:2px solid #B3B3B3;
27 27   color:#FFFFFF;
28 28   font-family:Verdana;
29 - font-size:11px;
29 + font-size:12px;
30 30   font-variant:small-caps;
31 31   font-weight:bold;
32 - height:23px;
32 + height:24px;
33 33   line-height:12px;
34 34  }
35 35  .searchHelp{
... ... @@ -52,9 +52,6 @@
52 52  #sortFilter a:hover{
53 53   color: #4D4D4D;
54 54  }
55 -#sortFilter a:focus {
56 - outline: dotted 1px #000;
57 -}
58 58  #sortFilter a#currentSort{
59 59   color: #4D4D4D;
60 60   font-weight: bold;
... ... @@ -293,4 +293,3 @@
293 293   height: 1px;
294 294   margin: 0 211px;
295 295  }
296 -