Changes for page Improvements
Last modified by Ecaterina Moraru on 2013/11/13 12:47
From version 176.29
edited by Ecaterina Valica
on 2010/09/06 11:23
on 2010/09/06 11:23
Change comment:
There is no comment for this version
To version 176.40
edited by Ecaterina Valica
on 2010/09/06 11:38
on 2010/09/06 11:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,15 +9,15 @@ 9 9 ((( 10 10 == Improvements Status == 11 11 12 -(% class="statusUnderDe velopment" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)12 +(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%) 13 13 14 -(% class="statusUnderDe velopment" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%)14 +(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%) 15 15 16 -(% class="statusUnder Development" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)16 +(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%) 17 17 18 -(% class="statusUnder Development" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)18 +(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%) 19 19 20 -(% class="statusUnderDe velopment" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%)20 +(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%) 21 21 22 22 (% class="separatorLine" %) 23 23 ... ... @@ -25,15 +25,15 @@ 25 25 26 26 (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Invitation UI>>Invitation]] (%%) ))) (%%) 27 27 28 -(% class="statusUnderDe velopment" %)((( (% class="mailinglist sent" %)[[Selective Export UI>>MultiExport]] (%%) ))) (%%)28 +(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Selective Export UI>>MultiExport]] (%%) ))) (%%) 29 29 30 -(% class="statusUnderDe velopment" %)((( (% class="mailinglist " %)[[Gadgets Integration>>Gadgets]] (%%) ))) (%%)30 +(% class="statusUnderDesign" %)((( (% class="mailinglist " %)[[Gadgets Integration>>Gadgets]] (%%) ))) (%%) 31 31 32 -(% class="statusUnderDe velopment" %)((( (% class="mailinglist sent" %)[[Rights UI>>Rights]] (%%) ))) (%%)32 +(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Rights UI>>Rights]] (%%) ))) (%%) 33 33 34 34 (% class="separatorLine" %) 35 35 36 -(% class="statusUnderDe velopment" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)36 +(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%) 37 37 38 38 (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Improved edit>>ImprovedEdit]] (%%) ))) (%%) 39 39 ... ... @@ -53,7 +53,7 @@ 53 53 54 54 (% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[WatchList]] [[[XPWATCHLIST-54]>>http://jira.xwiki.org/jira/browse/XPWATCHLIST-54]] (%%) ))) (%%) 55 55 56 -(% class="status UnderImplementation" %)((( (% 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
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -3,12 +3,13 @@ 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 -.statusUnderDevelopment, 11 -.statusUnderDebugging{ 10 +.statusUnderDesign, 11 +.statusUnderDebugging, 12 +.statusAbandoned { 12 12 padding-left: 20px; 13 13 margin-left: 20px; 14 14 } ... ... @@ -24,11 +24,14 @@ 24 24 .statusIntegrated { 25 25 background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat; 26 26 } 28 +.statusAbandoned { 29 + background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat; 30 +} 27 27 .statusUnderImplementation{ 28 - background: transparent url($xwiki.getSkinFile("icons/silk/ tag.gif")) top left no-repeat;32 + background: transparent url($xwiki.getSkinFile("icons/silk/wrench.gif")) top left no-repeat; 29 29 } 30 -.statusUnderDe velopment{31 - background: transparent url($xwiki.getSkinFile("icons/silk/ delete.gif")) top left no-repeat;34 +.statusUnderDesign{ 35 + background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat; 32 32 } 33 33 .statusUnderDebugging{ 34 34 background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;