Changes for page Improvements

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

From version 86.1
edited by Ecaterina Valica
on 2009/05/15 15:00
Change comment: There is no comment for this version
To version 93.1
edited by Ecaterina Valica
on 2009/05/15 16:15
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[2]
Code
... ... @@ -12,5 +12,9 @@
12 12  
13 13  .red{
14 14   color: red;
15 +}
16 +
17 +.redStrike{
18 + color: red;
15 15   text-decoration: line-through;
16 16  }
XWiki.StyleSheetExtension[3]
Code
... ... @@ -1,14 +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:5px;
6 -padding-bottom:5px;
7 -width:100% !important;
5 + padding-top:2px;
6 + padding-bottom:2px;
7 + line-height: 18px;
8 + display: inline-block;
9 + width:25%;
8 8  }
9 9  .typePage{
10 - 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;
11 11  }
12 12  .typeBlog{
13 - 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;
14 14  }