Changes for page ListWebSearch

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

From version 299.1
edited by Ecaterina Valica
on 2009/03/22 12:17
Change comment: There is no comment for this version
To version 250.1
edited by Ecaterina Valica
on 2009/03/20 16:13
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
... ... @@ -1,6 +4,3 @@
1 -a:focus {
2 - outline: dotted 1px #000;
3 -}
4 4  #search{
5 5   width: 100%;
6 6   background-color: #fff;
... ... @@ -14,7 +14,7 @@
14 14  #searchBar select {
15 15   border: 2px solid #CCCCCC;
16 16   color: #4d4d4d;
17 - font-size:15px;
14 + font-size:16px;
18 18  }
19 19  .searchQuery{
20 20   background:transparent url($xwiki.getSkinFile("search.png")) center left no-repeat;
... ... @@ -22,7 +22,7 @@
22 22   padding-left:18px;
23 23   border: 2px solid #CCCCCC;
24 24   color: #4d4d4d;
25 - font-size:15px;
22 + font-size:16px;
26 26  }
27 27  .searchButton{
28 28   background-color:#B3B3B3;
... ... @@ -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{
... ... @@ -52,12 +52,9 @@
52 52  #sortFilter a.sortType{
53 53   color: #808080;
54 54  }
55 -#sortFilter a.sortType:hover{
52 +#sortFilter a:hover{
56 56   color: #4D4D4D;
57 57  }
58 -#sortFilter a.sortType:focus {
59 - outline: dotted 1px #000;
60 -}
61 61  #sortFilter a#currentSort{
62 62   color: #4D4D4D;
63 63   font-weight: bold;
... ... @@ -65,7 +65,7 @@
65 65  .paginationFilter {
66 66   color: #808080;
67 67   height: 100%;
68 - border-top: 1px solid #CCCCCC;
62 + border-top: 1px dotted #CCCCCC;
69 69   padding: 2px 0px 5px 5px;
70 70   display: block;
71 71   line-height: 22px;
... ... @@ -90,9 +90,6 @@
90 90   color: #4D4D4D;
91 91   font-weight: bold;
92 92  }
93 -.pagination a:focus {
94 - outline: dotted 1px #000;
95 -}
96 96  .controlPagination{
97 97   position:relative;
98 98   width:41px;
... ... @@ -173,9 +173,6 @@
173 173  .itemDescription a:hover{
174 174   color: #5599ff;
175 175  }
176 -.itemDescription a:focus {
177 - outline: dotted 1px #000;
178 -}
179 179  .itemTitle a{
180 180   color: #4d4d4d;
181 181   font-weight: bold;
... ... @@ -186,12 +186,6 @@
186 186   font-weight: bold;
187 187   font-size:130%;
188 188  }
189 -.itemTitle a:focus {
190 - outline: dotted 1px #000;
191 -}
192 -a.itemAuthor:focus{
193 - outline: dotted 1px #000;
194 -}
195 195  .itemLocation{
196 196   color: #808080;
197 197   font-size:90%;