Changes for page ListWebSearch

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

From version 423.1
edited by Ecaterina Valica
on 2009/04/17 08:43
Change comment: There is no comment for this version
To version 422.1
edited by Ecaterina Valica
on 2009/04/17 08:39
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -118,26 +118,30 @@
118 118   overflow:hidden;
119 119   border:none;
120 120  }
121 -.controlPagination a.prevPagination ,
122 -.controlPagination a.noPrevPagination,
123 -.controlPagination a.nextPagination,
124 -.controlPagination a.noNextPagination {
121 +.controlPagination a.prevPagination {
122 + background-position:left top;
125 125   background-image:url($xwiki.getSkinFile("navigation.png"));
126 126   width: 21px;
127 127   height: 22px;
128 128  }
129 -.controlPagination a.prevPagination {
130 - background-position:left top;
131 -}
132 132  .controlPagination a.noPrevPagination{
133 133   background-position:left bottom;
129 + background-image:url($xwiki.getSkinFile("navigation.png"));
130 + width: 21px;
131 + height: 22px;
134 134  }
135 135  .controlPagination a.nextPagination {
136 136   background-position:right top;
135 + background-image:url($xwiki.getSkinFile("navigation.png"));
136 + width: 21px;
137 + height: 22px;
137 137   left: 21px;
138 138  }
139 139  .controlPagination a.noNextPagination {
140 140   background-position:right bottom;
142 + background-image:url($xwiki.getSkinFile("navigation.png"));
143 + width: 21px;
144 + height: 22px;
141 141   left: 21px;
142 142  }
143 143  /* Search Result*/
... ... @@ -232,12 +232,12 @@
232 232   padding-right: 5px;
233 233  }
234 234  .itemOthers .itemComments a{
235 - background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
239 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
236 236   display:inline-block;
237 237   padding-right:16px;
238 238  }
239 239  .itemOthers .itemAttachments a{
240 - background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
244 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
241 241   display:inline-block;
242 242   padding-right:16px;
243 243  }