Changes for page Improvements

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

From version 176.40
edited by Ecaterina Valica
on 2010/09/06 11:38
Change comment: There is no comment for this version
To version 176.41
edited by Ecaterina Valica
on 2010/09/06 11:41
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -8,7 +8,7 @@
8 8  .statusIntegrated ,
9 9  .statusUnderImplementation,
10 10  .statusUnderDesign,
11 -.statusUnderDebugging,
11 +.statusIdea,
12 12  .statusAbandoned {
13 13   padding-left: 20px;
14 14   margin-left: 20px;
... ... @@ -34,6 +34,6 @@
34 34  .statusUnderDesign{
35 35   background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
36 36  }
37 -.statusUnderDebugging{
38 - background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
37 +.statusIdea{
38 + background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
39 39  }