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 302.1
edited by Ecaterina Valica
on 2009/03/22 12:29
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%;
... ... @@ -88,7 +88,6 @@
88 88   font-weight: bold;
89 89  }
90 90  .pagination a:focus {
91 -color: red;
92 92   outline: dotted 1px #000;
93 93  }
94 94  .controlPagination{
... ... @@ -116,6 +116,9 @@
116 116   overflow:hidden;
117 117   border:none;
118 118  }
121 +.controlPagination a:focus {
122 + outline: dotted 1px #000;
123 +}
119 119  a.prevPagination {
120 120   width: 50%;
121 121   z-index: 2;
... ... @@ -187,6 +187,9 @@
187 187  .itemTitle a:focus {
188 188   outline: dotted 1px #000;
189 189  }
195 +a.itemAuthor:focus{
196 + outline: dotted 1px #000;
197 +}
190 190  .itemLocation{
191 191   color: #808080;
192 192   font-size:90%;
... ... @@ -303,4 +303,3 @@
303 303   height: 1px;
304 304   margin: 0 211px;
305 305  }
306 -