Changes for page ListWebSearch

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

From version 320.1
edited by Ecaterina Valica
on 2009/03/23 16:13
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,21 +311,19 @@
311 311  }
312 312  div.suggestResults{
313 313   position: absolute;
314 - padding: 11px 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;
323 - margin: 0;
323 + margin: 0 0 -4px 0;
324 324   padding: 0;
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;
... ... @@ -348,7 +348,6 @@
348 348  div.suggestResults ul li a span.suggestItem{
349 349   display: block;
350 350   padding: 3px 6px;
351 - margin: 0;
352 352   font-weight: normal;
353 353   width: 100%;
354 354   clear: both;
... ... @@ -357,7 +357,6 @@
357 357   text-align: left;
358 358   width: 60%;
359 359   display:inline-block;
360 - font-weight: bold;
361 361  }
362 362  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
363 363   text-decoration: underline;