Changes for page ListWebSearch

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

From version 296.1
edited by Ecaterina Valica
on 2009/03/22 12:05
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{
... ... @@ -87,10 +87,6 @@
87 87   color: #4D4D4D;
88 88   font-weight: bold;
89 89  }
90 -.pagination a:focus {
91 -color: red;
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,9 +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 190  .itemLocation{
191 191   color: #808080;
192 192   font-size:90%;