Changes for page ListWebSearch

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

From version 327.1
edited by Ecaterina Valica
on 2009/03/23 16:32
Change comment: There is no comment for this version
To version 357.1
edited by Ecaterina Valica
on 2009/03/24 13:47
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -309,15 +309,17 @@
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 - z-index: 100013;
320 + z-index: 1000;
317 317   left: 5px;
318 318   top: 27px;
319 - width: 422px;
320 - opacity: 100;
321 321  }
322 322  div.suggestResults ul{
323 323   list-style: none;
... ... @@ -339,6 +339,7 @@
339 339   color: #4D4D4D;
340 340   display: block;
341 341   text-decoration: none;
344 + overflow: hidden;
342 342   background-color: transparent;
343 343   position: relative;
344 344   padding: 0;
... ... @@ -360,6 +360,7 @@
360 360   width: 60%;
361 361   display:inline-block;
362 362   font-weight: bold;
366 + font-size: 90%;
363 363   padding-left: 6px;
364 364   margin: 0px;
365 365  }
... ... @@ -366,6 +366,12 @@
366 366  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
367 367   text-decoration: underline;
368 368  }
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 +}
369 369  div.suggestResults ul li a span.suggestItem span.suggestLocation{
370 370   text-align: right;
371 371   color: #cccccc;
... ... @@ -376,7 +376,9 @@
376 376   padding-right: 6px;
377 377   margin: 0px;
378 378  }
379 -div.suggestResults ul em{
380 - font-style: normal;
381 - color: #5599FF;
389 +em{
390 + background-color:#F7FF94;
391 + padding:0;
392 + margin: 0;
393 + text-decoration: inherited;
382 382  }