Changes for page ListWebSearch

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

From version 357.1
edited by Ecaterina Valica
on 2009/03/24 13:47
Change comment: There is no comment for this version
To version 340.1
edited by Ecaterina Valica
on 2009/03/24 13:15
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -309,17 +309,15 @@
309 309   height: 1px;
310 310   margin: 0 211px;
311 311  }
312 -html>body div.suggestResults{
313 - width: 422px;
314 -}
315 315  div.suggestResults{
316 - width: 400px;
317 317   position: absolute;
318 318   padding: 11px 0px;
319 319   margin: 0px;
320 - z-index: 1000;
316 + z-index: 100013;
321 321   left: 5px;
322 322   top: 27px;
319 + width: 422px;
320 +
323 323  }
324 324  div.suggestResults ul{
325 325   list-style: none;
... ... @@ -363,7 +363,6 @@
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,12 +370,6 @@
370 370  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.suggestItem span.suggestName em{
374 - text-decoration: underline;
375 -}
376 -div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
377 - color: #5599FF;
378 -}
379 379  div.suggestResults ul li a span.suggestItem span.suggestLocation{
380 380   text-align: right;
381 381   color: #cccccc;
... ... @@ -386,9 +386,7 @@
386 386   padding-right: 6px;
387 387   margin: 0px;
388 388  }
389 -em{
390 - background-color:#F7FF94;
391 - padding:0;
392 - margin: 0;
393 - text-decoration: inherited;
380 +div.suggestResults ul em{
381 + font-style: normal;
382 + color: #5599FF;
394 394  }