Changes for page ListWebSearch

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

From version 289.1
edited by Ecaterina Valica
on 2009/03/22 11:53
Change comment: There is no comment for this version
To version 296.1
edited by Ecaterina Valica
on 2009/03/22 12:05
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -2,9 +2,6 @@
2 2   width: 100%;
3 3   background-color: #fff;
4 4  }
5 -#search a:focus {
6 - outline: dotted 1px #000;
7 -}
8 8  /* Search Bar*/
9 9  #searchBar{
10 10   margin-bottom: 11px;
... ... @@ -52,9 +52,12 @@
52 52  #sortFilter a.sortType{
53 53   color: #808080;
54 54  }
55 -#sortFilter a:hover{
52 +#sortFilter a.sortType:hover{
56 56   color: #4D4D4D;
57 57  }
55 +#sortFilter a.sortType:focus {
56 + outline: dotted 1px #000;
57 +}
58 58  #sortFilter a#currentSort{
59 59   color: #4D4D4D;
60 60   font-weight: bold;
... ... @@ -87,6 +87,10 @@
87 87   color: #4D4D4D;
88 88   font-weight: bold;
89 89  }
90 +.pagination a:focus {
91 +color: red;
92 + outline: dotted 1px #000;
93 +}
90 90  .controlPagination{
91 91   position:relative;
92 92   width:41px;
... ... @@ -167,6 +167,9 @@
167 167  .itemDescription a:hover{
168 168   color: #5599ff;
169 169  }
174 +.itemDescription a:focus {
175 + outline: dotted 1px #000;
176 +}
170 170  .itemTitle a{
171 171   color: #4d4d4d;
172 172   font-weight: bold;
... ... @@ -177,6 +177,9 @@
177 177   font-weight: bold;
178 178   font-size:130%;
179 179  }
187 +.itemTitle a:focus {
188 + outline: dotted 1px #000;
189 +}
180 180  .itemLocation{
181 181   color: #808080;
182 182   font-size:90%;
... ... @@ -293,3 +293,4 @@
293 293   height: 1px;
294 294   margin: 0 211px;
295 295  }
306 +