Changes for page Improvements

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

From version 176.66
edited by Ecaterina Valica
on 2010/12/16 12:09
Change comment: There is no comment for this version
To version 177.6
edited by Ecaterina Valica
on 2011/02/23 18:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -43,7 +43,7 @@
43 43  
44 44  (% class="separatorLine" %)
45 45  
46 -(% class="statusIdea" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
46 +(% class="statusIdea statusIntegrated" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
47 47  
48 48  (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Improved edit>>ImprovedEdit]] (%%) ))) (%%)
49 49  
... ... @@ -74,6 +74,14 @@
74 74  (((
75 75  (% class="dashboardrightcontent" %)
76 76  (((
77 +
78 +== Ideas ==
79 +
80 +* [[KeyboardShortcuts]]
81 +* [[PopupTitles>>IdeaPopupTitle]]
82 +* [[MobileSkin]]
83 +* [[Page State>>PageState]]
84 +
77 77  == Design Process ==
78 78  * [[DesignProcess]]
79 79  
... ... @@ -82,10 +82,6 @@
82 82  * [[Improvements.Accessibility]]
83 83  * [[MobileEmulators]]
84 84  
85 -== Ideas ==
86 -
87 -* [[PageState >>PageState]]
88 -
89 89  == External ==
90 90  
91 91  * [[i10n Improvements>>i10n]]
copyWithSuggest.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Size
... ... @@ -1,0 +1,1 @@
1 +30.8 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -23,9 +23,6 @@
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 -}
29 29  .statusAbandoned {
30 30   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
31 31  }
... ... @@ -38,3 +38,6 @@
38 38  .statusIdea{
39 39   background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
40 40  }
38 +.statusIntegrated {
39 + background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
40 +}