Changes for page Improvements

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

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

Summary

Details

Page properties
Content
... ... @@ -49,7 +49,7 @@
49 49  
50 50  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Skin 2.0>>Improvements.Skin20]] (%%) ))) (%%)
51 51  
52 -(% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[Blog>>Blog]] [[[XABLOG-43]>>http://jira.xwiki.org/jira/browse/XABLOG-43]] (%%) ))) (%%)
52 +(% class="statusAbandoned" %)((( (% class="mailinglist" %)[[Blog>>Blog]] [[[XABLOG-43]>>http://jira.xwiki.org/jira/browse/XABLOG-43]] (%%) ))) (%%)
53 53  
54 54  (% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[WatchList]] [[[XPWATCHLIST-54]>>http://jira.xwiki.org/jira/browse/XPWATCHLIST-54]] (%%) ))) (%%)
55 55  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -5,10 +5,11 @@
5 5   line-height:3px;
6 6   width: 50%;
7 7  }
8 -.statusIntegrated ,
9 -.statusUnderImplementation,
8 +
9 +.statusIdea,
10 10  .statusUnderDesign,
11 -.statusUnderDebugging,
11 +.statusUnderImplementation,
12 +.statusIntegrated,
12 12  .statusAbandoned {
13 13   padding-left: 20px;
14 14   margin-left: 20px;
... ... @@ -29,11 +29,11 @@
29 29   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
30 30  }
31 31  .statusUnderImplementation{
32 - background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
33 + background: transparent url($xwiki.getSkinFile("icons/silk/wrench.gif")) top left no-repeat;
33 33  }
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;
38 +.statusIdea{
39 + background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
39 39  }