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 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,11 +348,11 @@
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 - overflow:hidden;
356 356  }
357 357  div.suggestResults ul li a span.suggestItem span.suggestName{
358 358   text-align: left;
... ... @@ -359,8 +359,6 @@
359 359   width: 60%;
360 360   display:inline-block;
361 361   font-weight: bold;
362 - padding-left: 6px;
363 - margin: 0px;
364 364  }
365 365  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
366 366   text-decoration: underline;
... ... @@ -368,12 +368,10 @@
368 368  div.suggestResults ul li a span.suggestItem span.suggestLocation{
369 369   text-align: right;
370 370   color: #cccccc;
371 - font-size: 90%;
372 372   width: 36%;
373 373   vertical-align: top;
374 374   display:inline-block;
375 375   padding-right: 6px;
376 - margin: 0px;
377 377  }
378 378  div.suggestResults ul em{
379 379   font-style: normal;