Changes for page Improvements
Last modified by Ecaterina Moraru on 2013/11/13 12:47
From version 177.3
edited by Ecaterina Valica
on 2011/02/23 14:19
on 2011/02/23 14:19
Change comment:
There is no comment for this version
To version 176.67
edited by Ecaterina Valica
on 2010/12/29 14:58
on 2010/12/29 14:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -43,7 +43,7 @@ 43 43 44 44 (% class="separatorLine" %) 45 45 46 -(% class="statusI dea 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 ... ... @@ -74,13 +74,6 @@ 74 74 ((( 75 75 (% class="dashboardrightcontent" %) 76 76 ((( 77 - 78 -== Ideas == 79 - 80 -* [[IdeaPopupTitle]] 81 -* [[MobileSkin]] 82 -* [[PageState >>PageState]] 83 - 84 84 == Design Process == 85 85 * [[DesignProcess]] 86 86 ... ... @@ -89,6 +89,10 @@ 89 89 * [[Improvements.Accessibility]] 90 90 * [[MobileEmulators]] 91 91 85 +== Ideas == 86 + 87 +* [[PageState >>PageState]] 88 + 92 92 == External == 93 93 94 94 * [[i10n Improvements>>i10n]]
- copyWithSuggest.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.evalica - Size
-
... ... @@ -1,1 +1,0 @@ 1 -30.8 KB - Content
- 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 -}