Changes for page ListWebSearch

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

From version 325.1
edited by Ecaterina Valica
on 2009/03/23 16:22
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
... ... @@ -320,7 +320,6 @@
320 320  }
321 321  div.suggestResults ul{
322 322   list-style: none;
323 - list-style-position: outside;
324 324   margin: 0;
325 325   padding: 0;
326 326   overflow: hidden;
... ... @@ -348,9 +348,10 @@
348 348  }
349 349  div.suggestResults ul li a span.suggestItem{
350 350   display: block;
351 - padding: 0;
350 + padding: 3px 6px;
352 352   margin: 0;
353 353   font-weight: normal;
353 + width: 100%;
354 354   clear: both;
355 355  }
356 356  div.suggestResults ul li a span.suggestItem span.suggestName{
... ... @@ -358,8 +358,6 @@
358 358   width: 60%;
359 359   display:inline-block;
360 360   font-weight: bold;
361 - padding-left: 6px;
362 - margin: 0px;
363 363  }
364 364  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
365 365   text-decoration: underline;
... ... @@ -371,7 +371,6 @@
371 371   vertical-align: top;
372 372   display:inline-block;
373 373   padding-right: 6px;
374 - margin: 0px;
375 375  }
376 376  div.suggestResults ul em{
377 377   font-style: normal;