Changes for page Improvements

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

From version 90.1
edited by Ecaterina Valica
on 2009/05/15 15:06
Change comment: There is no comment for this version
To version 91.1
edited by Ecaterina Valica
on 2009/05/15 15:11
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[3]
Code
... ... @@ -4,13 +4,13 @@
4 4   border-bottom:1px solid #EFEFEF !important;
5 5  padding-top:2px;
6 6  padding-bottom:2px;
7 -line-height: 1em;
8 -display: block;
7 +line-height: 18px;
8 +display: inline-block;
9 9  width:25%;
10 10  }
11 11  .typePage{
12 - 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;
13 13  }
14 14  .typeBlog{
15 - 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;
16 16  }