Changes for page ListWebSearch

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

From version 294.1
edited by Ecaterina Valica
on 2009/03/22 11:59
Change comment: There is no comment for this version
To version 303.1
edited by Ecaterina Valica
on 2009/03/22 12:30
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -59,6 +59,9 @@
59 59   color: #4D4D4D;
60 60   font-weight: bold;
61 61  }
62 +#sortFilter a#currentSort:focus {
63 + outline: dotted 1px #000;
64 +}
62 62  .paginationFilter {
63 63   color: #808080;
64 64   height: 100%;
... ... @@ -115,6 +115,9 @@
115 115   overflow:hidden;
116 116   border:none;
117 117  }
121 +.controlPagination a:focus {
122 + outline: dotted 1px #000;
123 +}
118 118  a.prevPagination {
119 119   width: 50%;
120 120   z-index: 2;
... ... @@ -170,6 +170,9 @@
170 170  .itemDescription a:hover{
171 171   color: #5599ff;
172 172  }
179 +.itemDescription a:focus {
180 + outline: dotted 1px #000;
181 +}
173 173  .itemTitle a{
174 174   color: #4d4d4d;
175 175   font-weight: bold;
... ... @@ -183,6 +183,9 @@
183 183  .itemTitle a:focus {
184 184   outline: dotted 1px #000;
185 185  }
195 +a.itemAuthor:focus{
196 + outline: dotted 1px #000;
197 +}
186 186  .itemLocation{
187 187   color: #808080;
188 188   font-size:90%;
... ... @@ -299,4 +299,3 @@
299 299   height: 1px;
300 300   margin: 0 211px;
301 301  }
302 -