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 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;
... ... @@ -186,6 +186,9 @@
186 186  .itemTitle a:focus {
187 187   outline: dotted 1px #000;
188 188  }
195 +a.itemAuthor:focus{
196 + outline: dotted 1px #000;
197 +}
189 189  .itemLocation{
190 190   color: #808080;
191 191   font-size:90%;
... ... @@ -302,4 +302,3 @@
302 302   height: 1px;
303 303   margin: 0 211px;
304 304  }
305 -