Changes for page Improvements

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

From version 177.8
edited by Ecaterina Valica
on 2011/02/23 18:45
Change comment: There is no comment for this version
To version 176.68
edited by Ecaterina Valica
on 2010/12/29 14:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -74,14 +74,6 @@
74 74  (((
75 75  (% class="dashboardrightcontent" %)
76 76  (((
77 -
78 -== Ideas ==
79 -
80 -* [[Keyboard Shortcuts>>KeyboardShortcuts]]
81 -* [[Popup Titles>>IdeaPopupTitle]]
82 -* [[MobileSkin>>MobileSkin]]
83 -* [[Page State>>PageState]]
84 -
85 85  == Design Process ==
86 86  * [[DesignProcess]]
87 87  
... ... @@ -90,6 +90,10 @@
90 90  * [[Improvements.Accessibility]]
91 91  * [[MobileEmulators]]
92 92  
85 +== Ideas ==
86 +
87 +* [[PageState >>PageState]]
88 +
93 93  == External ==
94 94  
95 95  * [[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 -}