Changes for page ListWebSearch

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

From version 366.1
edited by Ecaterina Valica
on 2009/03/24 14:49
Change comment: There is no comment for this version
To version 368.1
edited by Ecaterina Valica
on 2009/03/24 15:03
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: #808080;
42 + color: #aaa;
43 43   padding: 5px;
44 44   line-height: 16px;
45 45  }
46 46  #sortFilter a.sortType{
47 - color: #808080;
47 + color: #aaa;
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: #808080;
63 + color: #aaa;
64 64   height: 100%;
65 65   border-top: 1px solid #CCCCCC;
66 66   padding: 2px 0px 5px 5px;
... ... @@ -190,12 +190,12 @@
190 190   outline: dotted 1px #000;
191 191  }
192 192  .itemLocation{
193 - color: #808080;
193 + color: #aaa;
194 194   font-size:90%;
195 195  }
196 196  .itemLocation a.itemWiki , .itemLocation a.itemSpace, .itemLocation a.itemPage{}
197 197  .itemModifiers{
198 - color: #808080;
198 + color: #aaa;
199 199   font-size:90%;
200 200  }
201 201  .itemModifiers a.itemAuthor, .itemModifiers a.itemDate{}
... ... @@ -204,7 +204,6 @@
204 204   padding: 0px 5px 0px 5px;
205 205  }
206 206  .itemOthers{
207 - color: #808080;
208 208   font-size:80%;
209 209  }
210 210  .itemOthers .itemComments, .itemOthers .itemAttachments, .itemOthers .itemRating{
... ... @@ -322,12 +322,12 @@
322 322   list-style-position: outside;
323 323   margin: 0;
324 324   padding: 0;
325 - background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll 0 0;
324 + background: #FFFFFF url($xwiki.getSkinFile("greyback2.png")) repeat-x scroll right bottom;
326 326   border: 2px solid #ccc;
327 327   border-top: none;
328 328  }
329 329  div.suggestResults ul li{
330 - padding: 0;
329 + padding: 5px 0 0;
331 331   margin: 0;
332 332   text-align: left;
333 333  }
... ... @@ -350,7 +350,6 @@
350 350   width: 60%;
351 351   color: #4D4D4D;
352 352   display:inline-block;
353 - font-weight: bold;
354 354   font-size: 90%;
355 355   padding-left: 6px;
356 356   margin: 0px;