Changes for page Improvements

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

From version 138.1
edited by Ecaterina Valica
on 2009/10/28 13:39
Change comment: There is no comment for this version
To version 127.1
edited by Ecaterina Valica
on 2009/09/22 21:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,28 +4,27 @@
4 4  
5 5  (% class="leftMargin column70" %)(((== Improvements Status ==
6 6  
7 -(% class="statusUnderDevelopment" %) [[Action Menu>>Improvements.ActionMenu]]
7 +(% class="statusUnderDevelopment" %)[[User Profile>>UserProfile]] [[[XE-466>>http://jira.xwiki.org/jira/browse/XE-466]]]
8 8  
9 -(% class="statusUnderDevelopment" %)[[User Profile>>UserProfile]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
10 -
11 11  (% class="separatorLine" %)
12 12  
13 -(% class="statusIntegrated" %)[[Skin 2.0>>Improvements.Skin20]]
11 +(% class="statusUnderImplementation" %)[[Skin 2.0>>Improvements.Skin20]]
14 14  
15 -(% class="statusUnderImplementation" %)[[Blog>>Blog]] [[[XABLOG-43]>>http://jira.xwiki.org/jira/browse/XABLOG-43]]
13 +(% class="statusUnderImplementation" %)[[Blog>>Blog]] [[[XABLOG-43>>http://jira.xwiki.org/jira/browse/XABLOG-43]]]
16 16  
17 -(% class="statusUnderImplementation" %)[[WatchList]] [[[XPWATCHLIST-54]>>http://jira.xwiki.org/jira/browse/XPWATCHLIST-54]]
15 +(% class="statusUnderImplementation" %)[[WatchList]] [[[XPWATCHLIST-54>>http://jira.xwiki.org/jira/browse/XPWATCHLIST-54]]]
18 18  
19 19  (% class="statusUnderImplementation" %)[[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]]
20 20  
21 -(% class="statusIntegrated" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]]
19 +(% class="statusUnderImplementation" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]]
22 22  
23 23  (% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]])))
24 24  
25 25  (% class="left" %)(((== Ideas ==
26 -* [[WCAG guidelines>>WCAG]]
27 -)))
28 28  
25 +* [[Easy XWiki >>Improvements.UXEasyXWiki]]
26 +** [[Group 2 >>Improvements.UXEasyXWikiGroup2]])))
27 +
29 29  {{html}}
30 30  <div class="clearfloats"></div>
31 31  {{/html}}
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,7 +2,6 @@
1 -#template('colorThemeInit.vm')
2 2  .separatorLine{
3 3   display: block;
4 - border-bottom: 1px solid $theme.borderColor;
3 + border-bottom: 1px solid #ccc;
5 5   line-height:3px;
6 6  }
7 7  .statusIntegrated ,
XWiki.StyleSheetExtension[3]
Code
... ... @@ -12,5 +12,5 @@
12 12   background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center left no-repeat;
13 13  }
14 14  .typeBlog{
15 - background: transparent url("blog-blue.png") center left no-repeat;
15 + background: transparent url($xwiki.getSkinFile("icons/silk/layout_content.gif")) center left no-repeat;
16 16  }