Changes for page Improvements

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

From version 153.1
edited by Ecaterina Valica
on 2010/01/15 18:48
Change comment: There is no comment for this version
To version 167.1
edited by Ecaterina Valica
on 2010/03/31 16:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,12 +6,20 @@
6 6  (((
7 7  == Improvements Status ==
8 8  
9 -(% class="statusUnderDevelopment" %)[[Annotations>>Annotations]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
9 +(% class="statusUnderDevelopment" %)[[Gadgets Integration>>Gadgets]]
10 10  
11 -(% class="statusUnderDevelopment" %)[[User Profile>>UserProfile]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
11 +(% class="statusUnderDevelopment" %)[[Rights UI>>Rights]]
12 12  
13 -(% class="statusUnderDevelopment" %)[[Importer>>Importer]] [[[XWIKI-4692]>>http://jira.xwiki.org/jira/browse/XWIKI-4692]]
13 +(% class="statusUnderDevelopment" %)[[Color Themes Extensions>>ColorThemesExtensions]]
14 14  
15 +(% class="statusUnderDevelopment" %)[[Improved edit>>ImprovedEdit]]
16 +
17 +(% class="statusUnderImplementation" %)[[Annotations>>Annotations]]
18 +
19 +(% class="statusIntegrated" %)[[User Profile>>UserProfile]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
20 +
21 +(% class="statusIntegrated" %)[[Importer>>Importer]] [[[XWIKI-4692]>>http://jira.xwiki.org/jira/browse/XWIKI-4692]]
22 +
15 15  (% class="statusIntegrated" %)[[Action Menu>>Improvements.ActionMenu]]
16 16  
17 17  (% class="separatorLine" %)
... ... @@ -31,16 +31,29 @@
31 31  
32 32  (% class="left" %)
33 33  (((
42 +== Accesibility ==
43 +
44 +* [[Improvements.Accessibility]]
45 +* [[MobileEmulators]]
46 +
34 34  == Ideas ==
35 35  
36 36  * [[PageState >>PageState]]
37 37  
51 +== External ==
52 +
53 +* [[i10n Improvements>>i10n]]
54 +* [[xwiki.org Improvements>>XWikiOrgv2]]
55 +
38 38  == Other ==
39 39  
40 40  * [[Other Improvements>>Other]]
41 41  )))
42 42  
61 +
62 +
43 43  {{html}}
44 44  <div class="clearfloats"></div>
45 45  {{/html}}
46 -{{include document="Main.Dashboard" /}}
66 +
67 +{{include document="Main.Dashboard"/}}
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,8 +1,9 @@
1 1  #template('colorThemeInit.vm')
2 2  .separatorLine{
3 3   display: block;
4 - border-bottom: 1px solid $theme.borderColor;
4 + border-bottom: 1px dotted $theme.borderColor;
5 5   line-height:3px;
6 + width: 50%;
6 6  }
7 7  .statusIntegrated ,
8 8  .statusUnderImplementation,