Changes for page ListWebSearch

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

From version 368.1
edited by Ecaterina Valica
on 2009/03/24 15:03
Change comment: There is no comment for this version
To version 367.1
edited by Ecaterina Valica
on 2009/03/24 14:52
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -39,12 +39,12 @@
39 39   font-size: 90%;
40 40  }
41 41  #sortFilter{
42 - color: #aaa;
42 + color: #808080;
43 43   padding: 5px;
44 44   line-height: 16px;
45 45  }
46 46  #sortFilter a.sortType{
47 - color: #aaa;
47 + color: #808080;
48 48  }
49 49  #sortFilter a.sortType:hover{
50 50   color: #4D4D4D;
... ... @@ -60,7 +60,7 @@
60 60   outline: dotted 1px #000;
61 61  }
62 62  .paginationFilter {
63 - color: #aaa;
63 + color: #808080;
64 64   height: 100%;
65 65   border-top: 1px solid #CCCCCC;
66 66   padding: 2px 0px 5px 5px;
... ... @@ -321,12 +321,12 @@
321 321   list-style-position: outside;
322 322   margin: 0;
323 323   padding: 0;
324 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
324 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0;
325 325   border: 2px solid #ccc;
326 326   border-top: none;
327 327  }
328 328  div.suggestResults ul li{
329 - padding: 5px 0 0;
329 + padding: 0;
330 330   margin: 0;
331 331   text-align: left;
332 332  }
... ... @@ -349,6 +349,7 @@
349 349   width: 60%;
350 350   color: #4D4D4D;
351 351   display:inline-block;
352 + font-weight: bold;
352 352   font-size: 90%;
353 353   padding-left: 6px;
354 354   margin: 0px;