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 304.1
edited by Ecaterina Valica
on 2009/03/22 12:31
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%;
... ... @@ -186,6 +186,9 @@
186 186  .itemTitle a:focus {
187 187   outline: dotted 1px #000;
188 188  }
192 +a.itemAuthor:focus{
193 + outline: dotted 1px #000;
194 +}
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 -