Changes for page Improvements

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

From version 176.30
edited by Ecaterina Valica
on 2010/09/06 11:23
Change comment: There is no comment for this version
To version 176.31
edited by Ecaterina Valica
on 2010/09/06 11:31
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,7 +3,7 @@
3 3   display: block;
4 4   border-bottom: 1px dotted $theme.borderColor;
5 5   line-height:3px;
6 - width: 50%;
6 + width: 50%;
7 7  }
8 8  .statusIntegrated ,
9 9  .statusUnderImplementation,
... ... @@ -24,6 +24,9 @@
24 24  .statusIntegrated {
25 25   background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
26 26  }
27 +.statusAbandoned {
28 + background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
29 +}
27 27  .statusUnderImplementation{
28 28   background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
29 29  }