Changes for page Improvements

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

From version 176.31
edited by Ecaterina Valica
on 2010/09/06 11:31
Change comment: There is no comment for this version
To version 176.18
edited by Ecaterina Valica
on 2010/07/22 16:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,16 +9,12 @@
9 9  (((
10 10  == Improvements Status ==
11 11  
12 -(% class="statusUnderDevelopment" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)
12 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
13 13  
14 -(% class="statusUnderDevelopment" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%)
14 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
15 15  
16 -(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
16 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[Consistency>>Consistency]] (%%) ))) (%%)
17 17  
18 -(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
19 -
20 -(% class="statusUnderDevelopment" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%)
21 -
22 22  (% class="separatorLine" %)
23 23  
24 24  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Pagination Size in Livetable>>LivetablePageSizer]] (%%) ))) (%%)
... ... @@ -27,7 +27,7 @@
27 27  
28 28  (% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[Selective Export UI>>MultiExport]] (%%) ))) (%%)
29 29  
30 -(% class="statusUnderDevelopment" %)((( (% class="mailinglist " %)[[Gadgets Integration>>Gadgets]] (%%) ))) (%%)
26 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[Gadgets Integration>>Gadgets]] (%%) ))) (%%)
31 31  
32 32  (% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[Rights UI>>Rights]] (%%) ))) (%%)
33 33  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,7 +3,7 @@
3 3   display: block;
4 4   border-bottom: 1px dotted $theme.borderColor;
5 5   line-height:3px;
6 - width: 50%;
6 + width: 50%;
7 7  }
8 8  .statusIntegrated ,
9 9  .statusUnderImplementation,
... ... @@ -24,9 +24,6 @@
24 24  .statusIntegrated {
25 25   background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
26 26  }
27 -.statusAbandoned {
28 - background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
29 -}
30 30  .statusUnderImplementation{
31 31   background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
32 32  }