Changes for page Improvements

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

From version 176.68
edited by Ecaterina Valica
on 2010/12/29 14:58
Change comment: There is no comment for this version
To version 177.2
edited by Ecaterina Valica
on 2011/02/22 10:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -84,6 +84,7 @@
84 84  
85 85  == Ideas ==
86 86  
87 +* [[MobileSkin]]
87 87  * [[PageState >>PageState]]
88 88  
89 89  == External ==
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 +}