Changes for page ListWebSearch

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

From version 301.1
edited by Ecaterina Valica
on 2009/03/22 12:19
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
... ... @@ -49,10 +49,10 @@
49 49  #sortFilter a.sortType{
50 50   color: #808080;
51 51  }
52 -#sortFilter a.sortType:hover{
52 +#sortFilter a:hover{
53 53   color: #4D4D4D;
54 54  }
55 -#sortFilter a.sortType:focus {
55 +#sortFilter a:focus {
56 56   outline: dotted 1px #000;
57 57  }
58 58  #sortFilter a#currentSort{
... ... @@ -59,9 +59,6 @@
59 59   color: #4D4D4D;
60 60   font-weight: bold;
61 61  }
62 -#sortFilter a#currentSort:focus {
63 - outline: dotted 1px #000;
64 -}
65 65  .paginationFilter {
66 66   color: #808080;
67 67   height: 100%;
... ... @@ -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%;
... ... @@ -308,3 +308,4 @@
308 308   height: 1px;
309 309   margin: 0 211px;
310 310  }
296 +