Changes for page ListWebSearch

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

From version 355.1
edited by Ecaterina Valica
on 2009/03/24 13:44
Change comment: There is no comment for this version
To version 360.1
edited by Ecaterina Valica
on 2009/03/24 13:54
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -347,9 +347,6 @@
347 347   padding: 0;
348 348   width: 100%;
349 349  }
350 -div.suggestResults ul li a:hover{
351 - background-color: #fff;
352 -}
353 353  div.suggestResults ul li a span.suggestItem{
354 354   display: block;
355 355   padding: 0;
... ... @@ -361,6 +361,7 @@
361 361  div.suggestResults ul li a span.suggestItem span.suggestName{
362 362   text-align: left;
363 363   width: 60%;
361 + color: #4D4D4D;
364 364   display:inline-block;
365 365   font-weight: bold;
366 366   font-size: 90%;
... ... @@ -370,6 +370,13 @@
370 370  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
371 371   text-decoration: underline;
372 372  }
371 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
372 + text-decoration: underline;
373 +}
374 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
375 + color: #5599FF;
376 + text-decoration: none;
377 +}
373 373  div.suggestResults ul li a span.suggestItem span.suggestLocation{
374 374   text-align: right;
375 375   color: #cccccc;