Changes for page ListWebSearch

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

From version 310.1
edited by Ecaterina Valica
on 2009/03/23 15:45
Change comment: There is no comment for this version
To version 335.1
edited by Ecaterina Valica
on 2009/03/24 13:12
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,24 +312,28 @@
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 320  }
321 321  div.suggestResults ul{
322 322   list-style: none;
323 - margin: 0 0 -4px 0;
324 + list-style-position: outside;
325 + margin: 0;
324 324   padding: 0;
325 - overflow: hidden;
327 +
326 326   background-color: #fff;
327 327   border: 2px solid #ccc;
330 + border-top: none;
328 328  }
329 329  div.suggestResults ul li{
330 330   color: #ccc;
331 331   padding: 0;
332 - margin: 0 4px 4px;
335 + margin: 0;
333 333   text-align: left;
334 334  }
335 335  div.suggestResults ul li a{
... ... @@ -336,6 +336,7 @@
336 336   color: #4D4D4D;
337 337   display: block;
338 338   text-decoration: none;
342 +
339 339   background-color: transparent;
340 340   position: relative;
341 341   padding: 0;
... ... @@ -346,26 +346,32 @@
346 346  }
347 347  div.suggestResults ul li a span.suggestItem{
348 348   display: block;
349 - padding: 3px 6px;
353 + padding: 0;
354 + margin: 0;
350 350   font-weight: normal;
351 - width: 100%;
352 352   clear: both;
357 +
353 353  }
354 354  div.suggestResults ul li a span.suggestItem span.suggestName{
355 355   text-align: left;
356 356   width: 60%;
357 357   display:inline-block;
363 + font-weight: bold;
364 + padding-left: 6px;
365 + margin: 0px;
358 358  }
359 359  div.suggestResults ul li a:hover span.suggestItem span.suggestName{
360 360   text-decoration: underline;
361 361  }
362 -div.suggestResults ul li a span.suggestItem span.suggestlocation{
370 +div.suggestResults ul li a span.suggestItem span.suggestLocation{
363 363   text-align: right;
364 364   color: #cccccc;
373 + font-size: 90%;
365 365   width: 36%;
366 366   vertical-align: top;
367 367   display:inline-block;
368 368   padding-right: 6px;
378 + margin: 0px;
369 369  }
370 370  div.suggestResults ul em{
371 371   font-style: normal;