Changes for page ListWebSearch

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

From version 293.1
edited by Ecaterina Valica
on 2009/03/22 11:57
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%;
... ... @@ -87,6 +87,9 @@
87 87   color: #4D4D4D;
88 88   font-weight: bold;
89 89  }
93 +.pagination a:focus {
94 + outline: dotted 1px #000;
95 +}
90 90  .controlPagination{
91 91   position:relative;
92 92   width:41px;
... ... @@ -112,6 +112,9 @@
112 112   overflow:hidden;
113 113   border:none;
114 114  }
121 +.controlPagination a:focus {
122 + outline: dotted 1px #000;
123 +}
115 115  a.prevPagination {
116 116   width: 50%;
117 117   z-index: 2;
... ... @@ -167,6 +167,9 @@
167 167  .itemDescription a:hover{
168 168   color: #5599ff;
169 169  }
179 +.itemDescription a:focus {
180 + outline: dotted 1px #000;
181 +}
170 170  .itemTitle a{
171 171   color: #4d4d4d;
172 172   font-weight: bold;
... ... @@ -177,6 +177,12 @@
177 177   font-weight: bold;
178 178   font-size:130%;
179 179  }
192 +.itemTitle a:focus {
193 + outline: dotted 1px #000;
194 +}
195 +a.itemAuthor:focus{
196 + outline: dotted 1px #000;
197 +}
180 180  .itemLocation{
181 181   color: #808080;
182 182   font-size:90%;
... ... @@ -293,4 +293,3 @@
293 293   height: 1px;
294 294   margin: 0 211px;
295 295  }
296 -