Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -310,10 +310,6 @@
310 310   margin: 0 211px;
311 311  }
312 312  html>body div.suggestResults{
313 - width: 422px;
314 -}
315 -div.suggestResults{
316 - width: 400px;
317 317   position: absolute;
318 318   padding: 11px 0px;
319 319   margin: 0px;
... ... @@ -320,7 +320,11 @@
320 320   z-index: 100013;
321 321   left: 5px;
322 322   top: 27px;
319 + width: 422px;
323 323  }
321 +div.suggestResults{
322 + width: 400px;
323 +}
324 324  div.suggestResults ul{
325 325   list-style: none;
326 326   list-style-position: outside;
... ... @@ -363,16 +363,12 @@
363 363   width: 60%;
364 364   display:inline-block;
365 365   font-weight: bold;
366 - font-size: 90%;
367 367   padding-left: 6px;
368 368   margin: 0px;
369 369  }
370 -div.suggestResults ul li a:hover span.suggestItem {
369 +div.suggestResults ul li a:hover span.suggestItem span.suggestName{
371 371   text-decoration: underline;
372 372  }
373 -div.suggestResults ul li a:hover span.suggestLocation{
374 - text-decoration: none;
375 -}
376 376  div.suggestResults ul li a span.suggestItem span.suggestLocation{
377 377   text-align: right;
378 378   color: #cccccc;
... ... @@ -383,8 +383,7 @@
383 383   padding-right: 6px;
384 384   margin: 0px;
385 385  }
386 -em{
387 - background-color:#F7FF94;
388 - padding:0;
389 - margin: 0;
382 +div.suggestResults ul em{
383 + font-style: normal;
384 + color: #5599FF;
390 390  }