Changes for page ListWebSearch

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

From version 295.1
edited by Ecaterina Valica
on 2009/03/22 12:01
Change comment: There is no comment for this version
To version 291.1
edited by Ecaterina Valica
on 2009/03/22 11:54
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -49,12 +49,9 @@
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 {
56 - outline: dotted 1px #000;
57 -}
58 58  #sortFilter a#currentSort{
59 59   color: #4D4D4D;
60 60   font-weight: bold;
... ... @@ -87,9 +87,6 @@
87 87   color: #4D4D4D;
88 88   font-weight: bold;
89 89  }
90 -.pagination a:focus {
91 - outline: dotted 1px #000;
92 -}
93 93  .controlPagination{
94 94   position:relative;
95 95   width:41px;
... ... @@ -170,9 +170,6 @@
170 170  .itemDescription a:hover{
171 171   color: #5599ff;
172 172  }
173 -.itemDescription a:focus {
174 - outline: dotted 1px #000;
175 -}
176 176  .itemTitle a{
177 177   color: #4d4d4d;
178 178   font-weight: bold;
... ... @@ -183,9 +183,6 @@
183 183   font-weight: bold;
184 184   font-size:130%;
185 185  }
186 -.itemTitle a:focus {
187 - outline: dotted 1px #000;
188 -}
189 189  .itemLocation{
190 190   color: #808080;
191 191   font-size:90%;
... ... @@ -302,4 +302,6 @@
302 302   height: 1px;
303 303   margin: 0 211px;
304 304  }
305 -
293 +a:focus {
294 + outline: dotted 1px #000;
295 +}