Changes for page ListWebSearch

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

From version 330.1
edited by Ecaterina Valica
on 2009/03/23 16:49
Change comment: There is no comment for this version
To version 331.1
edited by Ecaterina Valica
on 2009/03/23 16:52
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -311,8 +311,6 @@
311 311  }
312 312  div.suggestResults{
313 313   width: 400px;
314 -}
315 -html>body div.suggestResults{
316 316   position: absolute;
317 317   padding: 11px 0px;
318 318   margin: 0px;
... ... @@ -319,9 +319,11 @@
319 319   z-index: 100013;
320 320   left: 5px;
321 321   top: 27px;
322 - width: 422px;
323 323   opacity: 100;
324 324  }
322 +html>body div.suggestResults{
323 + width: 422px;
324 +}
325 325  div.suggestResults ul{
326 326   list-style: none;
327 327   list-style-position: outside;