Changes for page Improvements

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

From version 180.16
edited by Ecaterina Valica
on 2011/09/13 17:02
Change comment: There is no comment for this version
To version 180.11
edited by Ecaterina Valica
on 2011/09/02 12:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,10 +9,6 @@
9 9  (((
10 10  == Improvements Status ==
11 11  
12 -(% class="statusIdea" %) ((((% class="mailinglist sent" %)[[ColorThemes inside Administration>>ColorThemesProposal]] )))
13 -
14 -(% class="statusIdea" %)((( (% class="mailinglist sent" %)[[ColorThemes inside Administration>>ColorThemesProposal]] (%%) ))) (%%)
15 -
16 16  (% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Create menu improvements>>CreateMenu]] (%%) ))) (%%)
17 17  
18 18  (% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[XWiki in the first 5 minutes>>XWiki5Minutes]] (%%) ))) (%%)
... ... @@ -79,7 +79,7 @@
79 79  
80 80  (% 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]] (%%) ))) (%%)
81 81  
82 -(% class="statusIntegrated" %)((( (% class="mailinglist" %)[[Grid -> Live Table>>Improvements.BoxesExample]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]] (%%) ))) (%%)
78 +(% class="statusIntegrated" %)((( (% class="mailinglist" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]] [[[Proposal]>>http://incubator.myxwiki.org/xwiki/bin/view/Grid/]] (%%) ))) (%%)
83 83  (% class="clearfloats" %) (%%)
84 84  )))
85 85  
XWiki.StyleSheetExtension[2]
Code
... ... @@ -1,8 +1,13 @@
1 -.wikiexternallink {
1 +a[href^="http:"] {
2 2   background: url("/xwiki/bin/download/Improvements/WebHome/externallinkicon.gif") no-repeat scroll right center transparent;
3 3   padding-right: 12px;
4 4  }
5 5  
6 +.external {
7 + background: url("/xwiki/bin/download/Improvements/WebHome/externallinkicon.gif") no-repeat scroll right center transparent;
8 + padding-right: 12px;
9 +}
10 +
6 6  .green{
7 7   color: green;
8 8  }