Changes for page Improvements

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

From version 151.1
edited by Ecaterina Valica
on 2010/01/12 14:35
Change comment: There is no comment for this version
To version 165.1
edited by Ecaterina Valica
on 2010/02/23 09:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,10 +6,18 @@
6 6  (((
7 7  == Improvements Status ==
8 8  
9 -(% class="statusUnderDevelopment" %)[[Importer>>Importer]] [[[XWIKI-4692]>>http://jira.xwiki.org/jira/browse/XWIKI-4692]]
9 +(% class="statusUnderDevelopment" %)[[Rights UI>>Rights]]
10 10  
11 -(% class="statusUnderDevelopment" %)[[User Profile>>UserProfile]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
11 +(% class="statusUnderDevelopment" %)[[Color Themes Extensions>>ColorThemesExtensions]]
12 12  
13 +(% class="statusUnderDevelopment" %)[[Improved edit>>ImprovedEdit]]
14 +
15 +(% class="statusUnderImplementation" %)[[Annotations>>Annotations]]
16 +
17 +(% class="statusIntegrated" %)[[User Profile>>UserProfile]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
18 +
19 +(% class="statusIntegrated" %)[[Importer>>Importer]] [[[XWIKI-4692]>>http://jira.xwiki.org/jira/browse/XWIKI-4692]]
20 +
13 13  (% class="statusIntegrated" %)[[Action Menu>>Improvements.ActionMenu]]
14 14  
15 15  (% class="separatorLine" %)
... ... @@ -29,22 +29,28 @@
29 29  
30 30  (% class="left" %)
31 31  (((
32 -== Ideas ==
40 +== Accesibility ==
33 33  
34 -* [[WCAG guidelines>>WCAG]]
35 -* [[Mobile Emulators >>MobileEmulators]]
42 +* [[Improvements.Accessibility]]
43 +* [[MobileEmulators]]
36 36  
37 -* [[CSS Code Style>>Skins.CSSCodeStyle]]
38 -* [[CSS API >>Skins.CSSAPI]]
45 +== Ideas ==
39 39  
40 40  * [[PageState >>PageState]]
41 41  
49 +== External ==
50 +
51 +* [[i10n Improvements>>i10n]]
52 +
42 42  == Other ==
43 43  
44 44  * [[Other Improvements>>Other]]
45 45  )))
46 46  
58 +
59 +
47 47  {{html}}
48 48  <div class="clearfloats"></div>
49 49  {{/html}}
50 -{{include document="Main.Dashboard" /}}
63 +
64 +{{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,