Changes for page ListWebSearch

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

From version 378.1
edited by Ecaterina Valica
on 2009/03/24 15:41
Change comment: There is no comment for this version
To version 361.1
edited by Ecaterina Valica
on 2009/03/24 13:55
Change comment: There is no comment for this version

Summary

Details

variants.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -179.5 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -326,7 +326,7 @@
326 326   list-style-position: outside;
327 327   margin: 0;
328 328   padding: 0;
329 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0;
329 + background-color: #fff;
330 330   border: 2px solid #ccc;
331 331   border-top: none;
332 332  }
... ... @@ -336,8 +336,10 @@
336 336   text-align: left;
337 337  }
338 338  div.suggestResults ul li a{
339 + color: #4D4D4D;
339 339   display: block;
340 340   text-decoration: none;
342 + overflow: hidden;
341 341   background-color: transparent;
342 342   position: relative;
343 343   padding: 0;
... ... @@ -347,7 +347,9 @@
347 347   display: block;
348 348   padding: 0;
349 349   margin: 0;
352 + font-weight: normal;
350 350   clear: both;
354 + overflow:hidden;
351 351  }
352 352  div.suggestResults ul li a span.suggestItem span.suggestName{
353 353   text-align: left;
... ... @@ -354,6 +354,7 @@
354 354   width: 60%;
355 355   color: #4D4D4D;
356 356   display:inline-block;
361 + font-weight: bold;
357 357   font-size: 90%;
358 358   padding-left: 6px;
359 359   margin: 0px;
... ... @@ -370,7 +370,7 @@
370 370  }
371 371  div.suggestResults ul li a span.suggestItem span.suggestLocation{
372 372   text-align: right;
373 - color: #bbb;
378 + color: #cccccc;
374 374   font-size: 90%;
375 375   width: 36%;
376 376   vertical-align: top;