Changes for page Improvements

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

From version 176.34
edited by Ecaterina Valica
on 2010/09/06 11:32
Change comment: There is no comment for this version
To version 176.46
edited by Ecaterina Valica
on 2010/09/06 12:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,9 +9,9 @@
9 9  (((
10 10  == Improvements Status ==
11 11  
12 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)
12 +(% class="statusIdea" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)
13 13  
14 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%)
14 +(% class="statusIdea" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%)
15 15  
16 16  (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
17 17  
... ... @@ -33,7 +33,7 @@
33 33  
34 34  (% class="separatorLine" %)
35 35  
36 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
36 +(% class="statusIdea" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
37 37  
38 38  (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Improved edit>>ImprovedEdit]] (%%) ))) (%%)
39 39  
... ... @@ -49,11 +49,11 @@
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  
56 -(% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]] (%%) ))) (%%)
56 +(% class="statusAbandoned" %)((( (% class="mailinglist" %)[[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]] (%%) ))) (%%)
57 57  
58 58  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]] [[[Proposal]>>http://dev.xwiki.org/xwiki/bin/view/Design/NewSearchInterface]] (%%) ))) (%%)
59 59  
... ... @@ -60,7 +60,7 @@
60 60  (% class="statusIntegrated" %)((( (% class="mailinglist" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]] [[[Proposal]>>http://incubator.myxwiki.org/xwiki/bin/view/Grid/]] (%%) ))) (%%)
61 61  )))
62 62  
63 -(% class="left dashboardright" %)
63 +(% class="dashboardright" %)
64 64  (((
65 65  (% class="left dashboardrightcontent" %)
66 66  (((
XWiki.StyleSheetExtension[0]
Code
... ... @@ -5,10 +5,12 @@
5 5   line-height:3px;
6 6   width: 50%;
7 7  }
8 -.statusIntegrated ,
8 +
9 +.statusIdea,
10 +.statusUnderDesign,
9 9  .statusUnderImplementation,
10 -.statusUnderDevelopment,
11 -.statusUnderDebugging{
12 +.statusIntegrated,
13 +.statusAbandoned {
12 12   padding-left: 20px;
13 13   margin-left: 20px;
14 14  }
... ... @@ -28,11 +28,11 @@
28 28   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
29 29  }
30 30  .statusUnderImplementation{
31 - 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;
32 32  }
33 33  .statusUnderDesign{
34 - background: transparent url($xwiki.getSkinFile("icons/silk/time.gif")) top left no-repeat;
35 -}
36 -.statusUnderDebugging{
37 37   background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
38 38  }
38 +.statusIdea{
39 + background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
40 +}