Changes for page Improvements

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

From version 176.35
edited by Ecaterina Valica
on 2010/09/06 11:33
Change comment: There is no comment for this version
To version 176.23
edited by Ecaterina Valica
on 2010/07/22 17:04
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="statusUnderDesign" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)
12 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
13 13  
14 -(% class="statusUnderDesign" %)((( (% 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" %)[[Consistency>>Consistency]] (%%) ))) (%%)
17 17  
18 -(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
19 -
20 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%)
21 -
22 22  (% class="separatorLine" %)
23 23  
24 24  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Pagination Size in Livetable>>LivetablePageSizer]] (%%) ))) (%%)
... ... @@ -25,15 +25,15 @@
25 25  
26 26  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Invitation UI>>Invitation]] (%%) ))) (%%)
27 27  
28 -(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Selective Export UI>>MultiExport]] (%%) ))) (%%)
24 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[Selective Export UI>>MultiExport]] (%%) ))) (%%)
29 29  
30 -(% class="statusUnderDesign" %)((( (% class="mailinglist " %)[[Gadgets Integration>>Gadgets]] (%%) ))) (%%)
26 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist " %)[[Gadgets Integration>>Gadgets]] (%%) ))) (%%)
31 31  
32 -(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Rights UI>>Rights]] (%%) ))) (%%)
28 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist sent" %)[[Rights UI>>Rights]] (%%) ))) (%%)
33 33  
34 34  (% class="separatorLine" %)
35 35  
36 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
32 +(% class="statusUnderDevelopment" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
37 37  
38 38  (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Improved edit>>ImprovedEdit]] (%%) ))) (%%)
39 39  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,13 +3,12 @@
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,
10 -.statusUnderDesign,
11 -.statusUnderDebugging,
12 -.statusAbandoned {
10 +.statusUnderDevelopment,
11 +.statusUnderDebugging{
13 13   padding-left: 20px;
14 14   margin-left: 20px;
15 15  }
... ... @@ -19,20 +19,17 @@
19 19  }
20 20  
21 21  .sent {
22 - background: transparent url("/xwiki/bin/download/Improvements/WebHome/mailinglist.png") 0 2px no-repeat;
21 + background: transparent url("$xwiki.getDocument('Improvements.WebHome').getAttachmentURL('/xwiki/bin/download/Improvements/WebHome/mailinglist.png')") 0 2px no-repeat;
23 23  }
24 24  
25 25  .statusIntegrated {
26 26   background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
27 27  }
28 -.statusAbandoned {
29 - background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
30 -}
31 31  .statusUnderImplementation{
32 32   background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
33 33  }
34 -.statusUnderDesign{
35 - background: transparent url($xwiki.getSkinFile("icons/silk/time.gif")) top left no-repeat;
30 +.statusUnderDevelopment{
31 + background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
36 36  }
37 37  .statusUnderDebugging{
38 38   background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;