Changes for page ListWebSearch

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

From version 335.1
edited by Ecaterina Valica
on 2009/03/24 13:12
Change comment: There is no comment for this version
To version 325.1
edited by Ecaterina Valica
on 2009/03/23 16:22
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -317,7 +317,6 @@
317 317   left: 5px;
318 318   top: 27px;
319 319   width: 422px;
320 -
321 321  }
322 322  div.suggestResults ul{
323 323   list-style: none;
... ... @@ -324,7 +324,7 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 -
326 + overflow: hidden;
328 328   background-color: #fff;
329 329   border: 2px solid #ccc;
330 330   border-top: none;
... ... @@ -339,7 +339,6 @@
339 339   color: #4D4D4D;
340 340   display: block;
341 341   text-decoration: none;
342 -
343 343   background-color: transparent;
344 344   position: relative;
345 345   padding: 0;
... ... @@ -354,7 +354,6 @@
354 354   margin: 0;
355 355   font-weight: normal;
356 356   clear: both;
357 -
358 358  }
359 359  div.suggestResults ul li a span.suggestItem span.suggestName{
360 360   text-align: left;
... ... @@ -370,7 +370,6 @@
370 370  div.suggestResults ul li a span.suggestItem span.suggestLocation{
371 371   text-align: right;
372 372   color: #cccccc;
373 - font-size: 90%;
374 374   width: 36%;
375 375   vertical-align: top;
376 376   display:inline-block;