Changes for page ListWebSearch

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

From version 289.1
edited by Ecaterina Valica
on 2009/03/22 11:53
Change comment: There is no comment for this version
To version 252.1
edited by Ecaterina Valica
on 2009/03/20 16:19
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
... ... @@ -2,9 +2,6 @@
2 2   width: 100%;
3 3   background-color: #fff;
4 4  }
5 -#search a:focus {
6 - outline: dotted 1px #000;
7 -}
8 8  /* Search Bar*/
9 9  #searchBar{
10 10   margin-bottom: 11px;
... ... @@ -29,10 +29,10 @@
29 29   border:2px solid #B3B3B3;
30 30   color:#FFFFFF;
31 31   font-family:Verdana;
32 - font-size:11px;
29 + font-size:12px;
33 33   font-variant:small-caps;
34 34   font-weight:bold;
35 - height:23px;
32 + height:24px;
36 36   line-height:12px;
37 37  }
38 38  .searchHelp{