Changes for page ListWebSearch

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

From version 344.1
edited by Ecaterina Valica
on 2009/03/24 13:27
Change comment: There is no comment for this version
To version 358.1
edited by Ecaterina Valica
on 2009/03/24 13:51
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -317,7 +317,7 @@
317 317   position: absolute;
318 318   padding: 11px 0px;
319 319   margin: 0px;
320 - z-index: 100013;
320 + z-index: 1000;
321 321   left: 5px;
322 322   top: 27px;
323 323  }
... ... @@ -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  }
... ... @@ -369,6 +369,13 @@
369 369  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
370 370   text-decoration: underline;
371 371  }
373 +div.suggestResults ul li a:hover span.suggestItem span.suggestName em{
374 + text-decoration: underline;
375 +}
376 +div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
377 + color: #5599FF;
378 + text-decoration: none;
379 +}
372 372  div.suggestResults ul li a span.suggestItem span.suggestLocation{
373 373   text-align: right;
374 374   color: #cccccc;
... ... @@ -379,7 +379,9 @@
379 379   padding-right: 6px;
380 380   margin: 0px;
381 381  }
382 -div.suggestResults ul em{
383 - font-style: normal;
384 - color: #5599FF;
390 +em{
391 + background-color:#F7FF94;
392 + padding:0;
393 + margin: 0;
394 + text-decoration: inherited;
385 385  }