Changes for page ListWebSearch

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

From version 317.1
edited by Ecaterina Valica
on 2009/03/23 16:00
Change comment: There is no comment for this version
To version 311.1
edited by Ecaterina Valica
on 2009/03/23 15:49
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -21,6 +21,7 @@
21 21   color: #4d4d4d;
22 22   font-size:15px;
23 23   width: 400px;
24 + height: 26px;
24 24  }
25 25  .searchButton{
26 26   background-color:#B3B3B3;
... ... @@ -311,12 +311,11 @@
311 311  }
312 312  div.suggestResults{
313 313   position: absolute;
314 - padding: 10px 0px;
315 - margin: 0px;
315 + padding: 10px 0 0 0;
316 316   z-index: 100013;
317 317   left: 5px;
318 - top: 27px;
319 - width: 422px;
318 + top: 34px;
319 + width: 400px;
320 320  }
321 321  div.suggestResults ul{
322 322   list-style: none;
... ... @@ -325,7 +325,6 @@
325 325   overflow: hidden;
326 326   background-color: #fff;
327 327   border: 2px solid #ccc;
328 - border-top: none;
329 329  }
330 330  div.suggestResults ul li{
331 331   color: #ccc;
... ... @@ -356,7 +356,6 @@
356 356   text-align: left;
357 357   width: 60%;
358 358   display:inline-block;
359 - font-weight: bold;
360 360  }
361 361  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
362 362   text-decoration: underline;