Changes for page ListWebSearch

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

From version 300.1
edited by Ecaterina Valica
on 2009/03/22 12:18
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
... ... @@ -1,4 +2,3 @@
1 -
2 2  #search{
3 3   width: 100%;
4 4   background-color: #fff;
... ... @@ -60,6 +60,9 @@
60 60   color: #4D4D4D;
61 61   font-weight: bold;
62 62  }
62 +#sortFilter a#currentSort:focus {
63 + outline: dotted 1px #000;
64 +}
63 63  .paginationFilter {
64 64   color: #808080;
65 65   height: 100%;
... ... @@ -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;