Changes for page ListWebSearch

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

From version 341.1
edited by Ecaterina Valica
on 2009/03/24 13:20
Change comment: Rollback to version 334.1
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
... ... @@ -309,7 +309,11 @@
309 309   height: 1px;
310 310   margin: 0 211px;
311 311  }
312 +html>body div.suggestResults{
313 + width: 422px;
314 +}
312 312  div.suggestResults{
316 + width: 400px;
313 313   position: absolute;
314 314   padding: 11px 0px;
315 315   margin: 0px;
... ... @@ -316,8 +316,6 @@
316 316   z-index: 100013;
317 317   left: 5px;
318 318   top: 27px;
319 - width: 422px;
320 - display: none;
321 321  }
322 322  div.suggestResults ul{
323 323   list-style: none;
... ... @@ -361,6 +361,7 @@
361 361   width: 60%;
362 362   display:inline-block;
363 363   font-weight: bold;
366 + font-size: 90%;
364 364   padding-left: 6px;
365 365   margin: 0px;
366 366  }
... ... @@ -369,7 +369,7 @@
369 369  }
370 370  div.suggestResults ul li a span.suggestItem span.suggestLocation{
371 371   text-align: right;
372 - color: #cccccc;
375 + color: #808080;
373 373   font-size: 90%;
374 374   width: 36%;
375 375   vertical-align: top;
... ... @@ -377,7 +377,9 @@
377 377   padding-right: 6px;
378 378   margin: 0px;
379 379  }
380 -div.suggestResults ul em{
381 - font-style: normal;
382 - color: #5599FF;
383 +em{
384 + background-color:#F7FF94;
385 + padding:0;
386 + margin: 0;
387 + text-decoration: inherited;
383 383  }