Changes for page Improvements

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

From version 87.1
edited by Ecaterina Valica
on 2009/05/15 15:01
Change comment: There is no comment for this version
To version 97.1
edited by Guillaume Lerouge
on 2009/07/02 17:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.evalica
1 +xwiki:XWiki.GuillaumeLerouge
Content
... ... @@ -1,11 +1,15 @@
1 1  {{velocity}}$xwiki.ssx.use("Improvements.WebHome"){{/velocity}}
2 2  
3 -==Improvements Status==
3 +== Improvements Status ==
4 4  
5 -(% class="statusUnderDevelopment" %) [[Blog>>Blog]] (%%)
5 +(% class="statusUnderDevelopment" %) [[Blog>>Blog]]
6 6  
7 -(% class="separator" %) (%%)
7 +(% class="statusUnderDevelopment" %) [[User Profile>>UserProfile]]
8 8  
9 -(% class="statusUnderImplementation" %) [[Login/Delete Boxes>>BoxExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]](%%)
10 -(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]](%%)
11 -(% class="statusUnderImplementation" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]](%%)
9 +(% class="separator" %)
10 +
11 +(% class="statusUnderImplementation" %) [[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]]
12 +
13 +(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]]
14 +
15 +(% class="statusUnderImplementation" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]]
XWiki.StyleSheetExtension[2]
Code
... ... @@ -12,5 +12,13 @@
12 12  
13 13  .red{
14 14   color: red;
15 +}
16 +
17 +.redStrike{
18 + color: red;
15 15   text-decoration: line-through;
16 16  }
21 +
22 +.strike a, .strike, .strike span a{
23 + text-decoration: line-through;
24 +}
XWiki.StyleSheetExtension[3]
Code
... ... @@ -1,15 +1,16 @@
1 1  .typePage, .typeBlog{
2 2   padding-left: 20px;
3 - margin-left: 25px;
3 + margin-left: 50px;
4 4   border-bottom:1px solid #EFEFEF !important;
5 -padding-top:2px;
6 -padding-bottom:2px;
7 -line-height: 1em;
8 -display: block;
5 + padding-top:2px;
6 + padding-bottom:2px;
7 + line-height: 18px;
8 + display: inline-block;
9 + width:25%;
9 9  }
10 10  .typePage{
11 - background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) top left no-repeat;
12 + background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center left no-repeat;
12 12  }
13 13  .typeBlog{
14 - background: transparent url($xwiki.getSkinFile("icons/silk/layout_content.gif")) top left no-repeat;
15 + background: transparent url($xwiki.getSkinFile("icons/silk/layout_content.gif")) center left no-repeat;
15 15  }