Changes for page ListWebSearch

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

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

Summary

Details

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