Changes for page Improvements

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

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

Summary

Details

Page properties
Content
... ... @@ -43,7 +43,7 @@
43 43  
44 44  (% class="separatorLine" %)
45 45  
46 -(% class="statusIdea statusIntegrated" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
46 +(% class="statusIntegrated statusIdea" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
47 47  
48 48  (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Improved edit>>ImprovedEdit]] (%%) ))) (%%)
49 49  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -23,6 +23,9 @@
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 +}
26 26  .statusAbandoned {
27 27   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
28 28  }
... ... @@ -35,6 +35,3 @@
35 35  .statusIdea{
36 36   background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
37 37  }
38 -.statusIntegrated {
39 - background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
40 -}