Changes for page ListWebSearch

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

From version 313.1
edited by Ecaterina Valica
on 2009/03/23 15:53
Change comment: There is no comment for this version
To version 318.1
edited by Ecaterina Valica
on 2009/03/23 16:04
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -311,10 +311,11 @@
311 311  }
312 312  div.suggestResults{
313 313   position: absolute;
314 - padding: 10px 0 0 0;
314 + padding: 10px 0px;
315 + margin: 0px;
315 315   z-index: 100013;
316 316   left: 5px;
317 - top: 26px;
318 + top: 27px;
318 318   width: 422px;
319 319  }
320 320  div.suggestResults ul{
... ... @@ -324,6 +324,7 @@
324 324   overflow: hidden;
325 325   background-color: #fff;
326 326   border: 2px solid #ccc;
328 + border-top: none;
327 327  }
328 328  div.suggestResults ul li{
329 329   color: #ccc;
... ... @@ -346,6 +346,7 @@
346 346  div.suggestResults ul li a span.suggestItem{
347 347   display: block;
348 348   padding: 3px 6px;
351 + margin: 0;
349 349   font-weight: normal;
350 350   width: 100%;
351 351   clear: both;