Changes for page ListWebSearch

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

From version 294.1
edited by Ecaterina Valica
on 2009/03/22 11:59
Change comment: There is no comment for this version
To version 300.1
edited by Ecaterina Valica
on 2009/03/22 12:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,3 +1,4 @@
1 +
1 1  #search{
2 2   width: 100%;
3 3   background-color: #fff;
... ... @@ -170,6 +170,9 @@
170 170  .itemDescription a:hover{
171 171   color: #5599ff;
172 172  }
174 +.itemDescription a:focus {
175 + outline: dotted 1px #000;
176 +}
173 173  .itemTitle a{
174 174   color: #4d4d4d;
175 175   font-weight: bold;
... ... @@ -183,6 +183,9 @@
183 183  .itemTitle a:focus {
184 184   outline: dotted 1px #000;
185 185  }
190 +a.itemAuthor:focus{
191 + outline: dotted 1px #000;
192 +}
186 186  .itemLocation{
187 187   color: #808080;
188 188   font-size:90%;
... ... @@ -299,4 +299,3 @@
299 299   height: 1px;
300 300   margin: 0 211px;
301 301  }
302 -