Changes for page Improvements

Last modified by Ecaterina Moraru on 2013/11/13 12:47

From version 176.68
edited by Ecaterina Valica
on 2010/12/29 14:58
Change comment: There is no comment for this version
To version 176.69
edited by Ecaterina Valica
on 2010/12/29 14:59
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -23,9 +23,6 @@
23 23   background: transparent url("/xwiki/bin/download/Improvements/WebHome/mailinglist.png") 0 2px no-repeat;
24 24  }
25 25  
26 -.statusIntegrated {
27 - background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
28 -}
29 29  .statusAbandoned {
30 30   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
31 31  }
... ... @@ -38,3 +38,6 @@
38 38  .statusIdea{
39 39   background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
40 40  }
38 +.statusIntegrated {
39 + background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
40 +}