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 359.1
edited by Ecaterina Valica
on 2009/03/24 13:53
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -361,6 +361,7 @@
361 361  div.suggestResults ul li a span.suggestItem span.suggestName{
362 362   text-align: left;
363 363   width: 60%;
364 + 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  }
374 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
375 + text-decoration: underline;
376 +}
377 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
378 + color: #5599FF;
379 + text-decoration: none;
380 +}
373 373  div.suggestResults ul li a span.suggestItem span.suggestLocation{
374 374   text-align: right;
375 375   color: #cccccc;