Changes for page ListWebSearch

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

From version 120.1
edited by Ecaterina Valica
on 2009/03/18 12:04
Change comment: There is no comment for this version
To version 123.1
edited by Ecaterina Valica
on 2009/03/18 12:08
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -76,7 +76,7 @@
76 76   margin:0!important;
77 77   padding:0!important;
78 78   background-position:left top;
79 - background-image:url($xwiki.getSkinFile("rating.png"));
79 + background-image:url($xwiki.getSkinFile("navigation.png"));
80 80  }
81 81  .pagination .nextPagination{
82 82   position:relative;
... ... @@ -86,7 +86,7 @@
86 86   margin:0!important;
87 87   padding:0!important;
88 88   background-position:right top;
89 - background-image:url($xwiki.getSkinFile("rating.png"));
89 + background-image:url($xwiki.getSkinFile("navigation.png"));
90 90  }
91 91  /* Search Filters*/
92 92  #searchResultsList{
... ... @@ -233,11 +233,11 @@
233 233   display: block;
234 234   clear: both;
235 235   text-align: right;
236 - border-bottom: 2px solid #b3b3b3;
237 237  }
238 238  .searchFooter .pagination {
239 239   width: 100%;
240 240   background-color: #f2f2f2;
240 + border-bottom: 2px solid #b3b3b3;
241 241  }
242 242  .divClosure {
243 243   background-color: transparent;