Changes for page ListWebSearch

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

From version 298.1
edited by Ecaterina Valica
on 2009/03/22 12:16
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
... ... @@ -1,6 +4,3 @@
1 -a:focus {
2 - outline: dotted 1px #000;
3 -}
4 4  #search{
5 5   width: 100%;
6 6   background-color: #fff;
... ... @@ -62,6 +62,9 @@
62 62   color: #4D4D4D;
63 63   font-weight: bold;
64 64  }
62 +#sortFilter a#currentSort:focus {
63 + outline: dotted 1px #000;
64 +}
65 65  .paginationFilter {
66 66   color: #808080;
67 67   height: 100%;
... ... @@ -118,6 +118,9 @@
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 +.controlPagination a:focus {
122 + outline: dotted 1px #000;
123 +}
121 121  a.prevPagination {
122 122   width: 50%;
123 123   z-index: 2;
... ... @@ -189,6 +189,9 @@
189 189  .itemTitle a:focus {
190 190   outline: dotted 1px #000;
191 191  }
195 +a.itemAuthor:focus{
196 + outline: dotted 1px #000;
197 +}
192 192  .itemLocation{
193 193   color: #808080;
194 194   font-size:90%;