Changes for page ListWebSearch

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

From version 326.1
edited by Ecaterina Valica
on 2009/03/23 16:31
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
... ... @@ -309,14 +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 320  }
321 321  div.suggestResults ul{
322 322   list-style: none;
... ... @@ -338,6 +338,7 @@
338 338   color: #4D4D4D;
339 339   display: block;
340 340   text-decoration: none;
344 + overflow: hidden;
341 341   background-color: transparent;
342 342   position: relative;
343 343   padding: 0;
... ... @@ -359,6 +359,7 @@
359 359   width: 60%;
360 360   display:inline-block;
361 361   font-weight: bold;
366 + font-size: 90%;
362 362   padding-left: 6px;
363 363   margin: 0px;
364 364  }
... ... @@ -365,6 +365,13 @@
365 365  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
366 366   text-decoration: underline;
367 367  }
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 +}
368 368  div.suggestResults ul li a span.suggestItem span.suggestLocation{
369 369   text-align: right;
370 370   color: #cccccc;
... ... @@ -375,7 +375,9 @@
375 375   padding-right: 6px;
376 376   margin: 0px;
377 377  }
378 -div.suggestResults ul em{
379 - font-style: normal;
380 - color: #5599FF;
390 +em{
391 + background-color:#F7FF94;
392 + padding:0;
393 + margin: 0;
394 + text-decoration: inherited;
381 381  }