Changes for page ListWebSearch

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

From version 422.1
edited by Ecaterina Valica
on 2009/04/17 08:39
Change comment: There is no comment for this version
To version 419.1
edited by Ecaterina Valica
on 2009/04/09 17:08
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("icons/silk/comment.gif")) center right no-repeat;
166 + background:transparent url($xwiki.getSkinFile("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("icons/silk/attach.gif")) center right no-repeat;
172 + background:transparent url($xwiki.getSkinFile("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 url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center right no-repeat;
178 + background:transparent;
179 179   display:inline-block;
180 180   width:16px;
181 181   height:16px;
... ... @@ -220,7 +220,7 @@
220 220   font-size:90%;
221 221  }
222 222  .itemContext em{
223 - background-color:lemonChiffon;
223 + background-color:#F7FF94;
224 224   padding:0;
225 225   margin: 0;
226 226   text-decoration: inherited;