Changes for page ListWebSearch

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

From version 349.1
edited by Ecaterina Valica
on 2009/03/24 13:37
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
... ... @@ -363,6 +363,7 @@
363 363   width: 60%;
364 364   display:inline-block;
365 365   font-weight: bold;
366 + font-size: 90%;
366 366   padding-left: 6px;
367 367   margin: 0px;
368 368  }
... ... @@ -371,7 +371,7 @@
371 371  }
372 372  div.suggestResults ul li a span.suggestItem span.suggestLocation{
373 373   text-align: right;
374 - color: #cccccc;
375 + color: #808080;
375 375   font-size: 90%;
376 376   width: 36%;
377 377   vertical-align: top;
... ... @@ -383,7 +383,5 @@
383 383   background-color:#F7FF94;
384 384   padding:0;
385 385   margin: 0;
387 + text-decoration: inherited;
386 386  }
387 -em:hover{
388 - text-decoration: underline;
389 -}