Changes for page ListWebSearch

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

From version 346.1
edited by Ecaterina Valica
on 2009/03/24 13:31
Change comment: There is no comment for this version
To version 351.1
edited by Ecaterina Valica
on 2009/03/24 13:39
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -363,12 +363,16 @@
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  }
369 -div.suggestResults ul li a:hover span.suggestItem span.suggestName{
370 +div.suggestResults ul li a:hover span.suggestItem {
370 370   text-decoration: underline;
371 371  }
373 +div.suggestResults ul li a:hover span.suggestLocation{
374 + text-decoration: none;
375 +}
372 372  div.suggestResults ul li a span.suggestItem span.suggestLocation{
373 373   text-align: right;
374 374   color: #cccccc;
... ... @@ -379,8 +379,7 @@
379 379   padding-right: 6px;
380 380   margin: 0px;
381 381  }
382 -div.suggestResults ul em{
383 - font-style: normal;
386 +em{
384 384   background-color:#F7FF94;
385 385   padding:0;
386 386   margin: 0;