Changes for page ListWebSearch

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

From version 362.1
edited by Ecaterina Valica
on 2009/03/24 13:57
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
... ... @@ -326,33 +326,41 @@
326 326   list-style-position: outside;
327 327   margin: 0;
328 328   padding: 0;
329 + overflow: hidden;
329 329   background-color: #fff;
330 330   border: 2px solid #ccc;
331 331   border-top: none;
332 332  }
333 333  div.suggestResults ul li{
335 + color: #ccc;
334 334   padding: 0;
335 335   margin: 0;
336 336   text-align: left;
337 337  }
338 338  div.suggestResults ul li a{
341 + 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;
344 344   width: 100%;
345 345  }
350 +div.suggestResults ul li a:hover{
351 + background-color: #fff;
352 +}
346 346  div.suggestResults ul li a span.suggestItem{
347 347   display: block;
348 348   padding: 0;
349 349   margin: 0;
357 + font-weight: normal;
350 350   clear: both;
359 + overflow:hidden;
351 351  }
352 352  div.suggestResults ul li a span.suggestItem span.suggestName{
353 353   text-align: left;
354 354   width: 60%;
355 - color: #4D4D4D;
356 356   display:inline-block;
357 357   font-weight: bold;
358 358   font-size: 90%;
... ... @@ -367,7 +367,6 @@
367 367  }
368 368  div.suggestResults ul li a:hover span.suggestItem span.suggestLocation{
369 369   color: #5599FF;
370 - text-decoration: none;
371 371  }
372 372  div.suggestResults ul li a span.suggestItem span.suggestLocation{
373 373   text-align: right;