Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -2,6 +2,9 @@
2 2   width: 100%;
3 3   background-color: #fff;
4 4  }
5 +#search a:focus {
6 + outline: dotted 1px #000;
7 +}
5 5  /* Search Bar*/
6 6  #searchBar{
7 7   margin-bottom: 11px;
... ... @@ -52,9 +52,6 @@
52 52  #sortFilter a:hover{
53 53   color: #4D4D4D;
54 54  }
55 -#sortFilter a:focus {
56 - outline: dotted 1px #000;
57 -}
58 58  #sortFilter a#currentSort{
59 59   color: #4D4D4D;
60 60   font-weight: bold;
... ... @@ -293,4 +293,3 @@
293 293   height: 1px;
294 294   margin: 0 211px;
295 295  }
296 -