Changes for page ListWebSearch

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

From version 251.1
edited by Ecaterina Valica
on 2009/03/20 16:15
Change comment: There is no comment for this version
To version 302.1
edited by Ecaterina Valica
on 2009/03/22 12:29
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
... ... @@ -11,7 +11,7 @@
11 11  #searchBar select {
12 12   border: 2px solid #CCCCCC;
13 13   color: #4d4d4d;
14 - font-size:16px;
14 + font-size:15px;
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:16px;
22 + font-size:15px;
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:12px;
29 + font-size:11px;
30 30   font-variant:small-caps;
31 31   font-weight:bold;
32 - height:24px;
32 + height:23px;
33 33   line-height:12px;
34 34  }
35 35  .searchHelp{
... ... @@ -49,13 +49,19 @@
49 49  #sortFilter a.sortType{
50 50   color: #808080;
51 51  }
52 -#sortFilter a:hover{
52 +#sortFilter a.sortType:hover{
53 53   color: #4D4D4D;
54 54  }
55 +#sortFilter a.sortType:focus {
56 + outline: dotted 1px #000;
57 +}
55 55  #sortFilter a#currentSort{
56 56   color: #4D4D4D;
57 57   font-weight: bold;
58 58  }
62 +#sortFilter a#currentSort:focus {
63 + outline: dotted 1px #000;
64 +}
59 59  .paginationFilter {
60 60   color: #808080;
61 61   height: 100%;
... ... @@ -84,6 +84,9 @@
84 84   color: #4D4D4D;
85 85   font-weight: bold;
86 86  }
93 +.pagination a:focus {
94 + outline: dotted 1px #000;
95 +}
87 87  .controlPagination{
88 88   position:relative;
89 89   width:41px;
... ... @@ -109,6 +109,9 @@
109 109   overflow:hidden;
110 110   border:none;
111 111  }
121 +.controlPagination a:focus {
122 + outline: dotted 1px #000;
123 +}
112 112  a.prevPagination {
113 113   width: 50%;
114 114   z-index: 2;
... ... @@ -164,6 +164,9 @@
164 164  .itemDescription a:hover{
165 165   color: #5599ff;
166 166  }
179 +.itemDescription a:focus {
180 + outline: dotted 1px #000;
181 +}
167 167  .itemTitle a{
168 168   color: #4d4d4d;
169 169   font-weight: bold;
... ... @@ -174,6 +174,12 @@
174 174   font-weight: bold;
175 175   font-size:130%;
176 176  }
192 +.itemTitle a:focus {
193 + outline: dotted 1px #000;
194 +}
195 +a.itemAuthor:focus{
196 + outline: dotted 1px #000;
197 +}
177 177  .itemLocation{
178 178   color: #808080;
179 179   font-size:90%;