Changes for page ListWebSearch

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

From version 300.1
edited by Ecaterina Valica
on 2009/03/22 12:18
Change comment: There is no comment for this version
To version 292.1
edited by Ecaterina Valica
on 2009/03/22 11:56
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +2,3 @@
1 -
2 2  #search{
3 3   width: 100%;
4 4   background-color: #fff;
... ... @@ -50,10 +50,10 @@
50 50  #sortFilter a.sortType{
51 51   color: #808080;
52 52  }
53 -#sortFilter a.sortType:hover{
52 +#sortFilter a:hover{
54 54   color: #4D4D4D;
55 55  }
56 -#sortFilter a.sortType:focus {
55 +#sortFilter a:focus {
57 57   outline: dotted 1px #000;
58 58  }
59 59  #sortFilter a#currentSort{
... ... @@ -88,9 +88,6 @@
88 88   color: #4D4D4D;
89 89   font-weight: bold;
90 90  }
91 -.pagination a:focus {
92 - outline: dotted 1px #000;
93 -}
94 94  .controlPagination{
95 95   position:relative;
96 96   width:41px;
... ... @@ -171,9 +171,6 @@
171 171  .itemDescription a:hover{
172 172   color: #5599ff;
173 173  }
174 -.itemDescription a:focus {
175 - outline: dotted 1px #000;
176 -}
177 177  .itemTitle a{
178 178   color: #4d4d4d;
179 179   font-weight: bold;
... ... @@ -184,12 +184,6 @@
184 184   font-weight: bold;
185 185   font-size:130%;
186 186  }
187 -.itemTitle a:focus {
188 - outline: dotted 1px #000;
189 -}
190 -a.itemAuthor:focus{
191 - outline: dotted 1px #000;
192 -}
193 193  .itemLocation{
194 194   color: #808080;
195 195   font-size:90%;
... ... @@ -306,3 +306,4 @@
306 306   height: 1px;
307 307   margin: 0 211px;
308 308  }
296 +