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 321.1
edited by Ecaterina Valica
on 2009/03/23 16:14
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -317,11 +317,9 @@
317 317   left: 5px;
318 318   top: 27px;
319 319   width: 422px;
320 - opacity: 100;
321 321  }
322 322  div.suggestResults ul{
323 323   list-style: none;
324 - list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 327   overflow: hidden;
... ... @@ -349,11 +349,11 @@
349 349  }
350 350  div.suggestResults ul li a span.suggestItem{
351 351   display: block;
352 - padding: 0;
350 + padding: 3px 6px;
353 353   margin: 0;
354 354   font-weight: normal;
353 + width: 100%;
355 355   clear: both;
356 - overflow:hidden;
357 357  }
358 358  div.suggestResults ul li a span.suggestItem span.suggestName{
359 359   text-align: left;
... ... @@ -360,8 +360,6 @@
360 360   width: 60%;
361 361   display:inline-block;
362 362   font-weight: bold;
363 - padding-left: 6px;
364 - margin: 0px;
365 365  }
366 366  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
367 367   text-decoration: underline;
... ... @@ -369,12 +369,10 @@
369 369  div.suggestResults ul li a span.suggestItem span.suggestLocation{
370 370   text-align: right;
371 371   color: #cccccc;
372 - font-size: 90%;
373 373   width: 36%;
374 374   vertical-align: top;
375 375   display:inline-block;
376 376   padding-right: 6px;
377 - margin: 0px;
378 378  }
379 379  div.suggestResults ul em{
380 380   font-style: normal;