Changes for page Improvements

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

From version 175.9
edited by Ecaterina Valica
on 2010/07/22 12:13
Change comment: There is no comment for this version
To version 176.2
edited by Ecaterina Valica
on 2010/07/22 13:11
Change comment: There is no comment for this version

Summary

Details

mailinglist.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Size
... ... @@ -1,0 +1,1 @@
1 +351 bytes
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,15 +3,20 @@
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,
10 10  .statusUnderDevelopment,
11 11  .statusUnderDebugging{
12 - padding-left: 25px;
12 + padding-left: 40px;
13 13   margin-left: 20px;
14 14  }
15 +
16 +.discussed {
17 + background: transparent url($xwiki.getSkinFile("mailinglist.png")) top 20px no-repeat;
18 +}
19 +
15 15  .statusIntegrated {
16 16   background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
17 17  }