Changes for page Improvements

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

From version 176.42
edited by Ecaterina Valica
on 2010/09/06 11:41
Change comment: There is no comment for this version
To version 176.38
edited by Ecaterina Valica
on 2010/09/06 11:37
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -5,11 +5,10 @@
5 5   line-height:3px;
6 6   width: 50%;
7 7  }
8 -
9 -.statusIdea,
10 -.statusUnderDesign,
8 +.statusIntegrated ,
11 11  .statusUnderImplementation,
12 -.statusIntegrated,
10 +.statusUnderDesign,
11 +.statusUnderDebugging,
13 13  .statusAbandoned {
14 14   padding-left: 20px;
15 15   margin-left: 20px;
... ... @@ -30,11 +30,11 @@
30 30   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
31 31  }
32 32  .statusUnderImplementation{
33 - background: transparent url($xwiki.getSkinFile("icons/silk/wrench.gif")) top left no-repeat;
32 + background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
34 34  }
35 35  .statusUnderDesign{
36 36   background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
37 37  }
38 -.statusIdea{
39 - background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
37 +.statusUnderDebugging{
38 + background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
40 40  }