Changes for page ListWebSearch

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

From version 292.1
edited by Ecaterina Valica
on 2009/03/22 11:56
Change comment: There is no comment for this version
To version 294.1
edited by Ecaterina Valica
on 2009/03/22 11:59
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:hover{
52 +#sortFilter a.sortType:hover{
53 53   color: #4D4D4D;
54 54  }
55 -#sortFilter a:focus {
55 +#sortFilter a.sortType:focus {
56 56   outline: dotted 1px #000;
57 57  }
58 58  #sortFilter a#currentSort{
... ... @@ -87,6 +87,9 @@
87 87   color: #4D4D4D;
88 88   font-weight: bold;
89 89  }
90 +.pagination a:focus {
91 + outline: dotted 1px #000;
92 +}
90 90  .controlPagination{
91 91   position:relative;
92 92   width:41px;
... ... @@ -177,6 +177,9 @@
177 177   font-weight: bold;
178 178   font-size:130%;
179 179  }
183 +.itemTitle a:focus {
184 + outline: dotted 1px #000;
185 +}
180 180  .itemLocation{
181 181   color: #808080;
182 182   font-size:90%;