Changes for page ListWebSearch

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

From version 350.1
edited by Ecaterina Valica
on 2009/03/24 13:39
Change comment: There is no comment for this version
To version 353.1
edited by Ecaterina Valica
on 2009/03/24 13:42
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -367,12 +367,12 @@
367 367   padding-left: 6px;
368 368   margin: 0px;
369 369  }
370 -div.suggestResults ul li a:hover span.suggestItem {
370 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{
371 371   text-decoration: underline;
372 372  }
373 373  div.suggestResults ul li a span.suggestItem span.suggestLocation{
374 374   text-align: right;
375 - color: #cccccc;
375 + color: #808080;
376 376   font-size: 90%;
377 377   width: 36%;
378 378   vertical-align: top;
... ... @@ -384,4 +384,5 @@
384 384   background-color:#F7FF94;
385 385   padding:0;
386 386   margin: 0;
387 + text-decoration: inherited;
387 387  }