Changes for page ListWebSearch

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

From version 419.1
edited by Ecaterina Valica
on 2009/04/09 17:08
Change comment: There is no comment for this version
To version 420.1
edited by Ecaterina Valica
on 2009/04/17 08:19
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -163,19 +163,19 @@
163 163   width: 3%;
164 164  }
165 165  .itemType .typeComment{
166 - background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat;
166 + background:transparent url($xwiki.getSkinFile("icons/silk/comment.gif")) center right no-repeat;
167 167   display:inline-block;
168 168   width:16px;
169 169   height:16px;
170 170  }
171 171  .itemType .typeAttachment{
172 - background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat;
172 + background:transparent url($xwiki.getSkinFile("icons/silk/attach.gif")) center right no-repeat;
173 173   display:inline-block;
174 174   width:16px;
175 175   height:16px;
176 176  }
177 177  .itemType .typePage{
178 - background:transparent;
178 + background:transparent url($xwiki.getSkinFile("icons/silk/page.gif")) center right no-repeat;
179 179   display:inline-block;
180 180   width:16px;
181 181   height:16px;