Changes for page Improvements

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

From version 84.1
edited by Ecaterina Valica
on 2009/05/15 14:59
Change comment: There is no comment for this version
To version 78.1
edited by Ecaterina Valica
on 2009/05/15 14:51
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[3]
Code
... ... @@ -1,13 +1,12 @@
1 -.typePage, .typeBlog{
1 +.typePage, .typeBlog1, .typeBlog2{
2 2   padding-left: 20px;
3 - margin-left: 25px;
4 - border-bottom:1px solid #EFEFEF !important;
5 -padding-top:0.2em;
6 -width:100% !important;
7 7  }
8 8  .typePage{
9 9   background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) top left no-repeat;
10 10  }
11 -.typeBlog{
7 +.typeBlog1{
8 + background: transparent url($xwiki.getSkinFile("icons/silk/layout.gif")) top left no-repeat;
9 +}
10 +.typeBlog2{
12 12   background: transparent url($xwiki.getSkinFile("icons/silk/layout_content.gif")) top left no-repeat;
13 13  }