Changes for page UX: Standards

Last modified by Ecaterina Moraru on 2013/11/13 16:30

From version Icon 116.44 Icon
edited by Ecaterina Valica
on 2011/09/08 16:15
Change comment: There is no comment for this version
To version Icon 116.32 Icon
edited by Ecaterina Valica
on 2011/04/08 12:18
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -UX: Standards
1 +Style Standards
Parent
... ... @@ -1,1 +1,0 @@
1 -Improvements.WebHome
Content
... ... @@ -1,13 +3,10 @@
1 -{{include document="Improvements.Keywords"/}}
2 -
3 3  {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
4 4  
5 -* Issues
6 -{{jiraIssues}}
7 -XSCOLIBRI-260,
8 -XSCOLIBRI-266
9 -{{/jiraIssues}}
3 +{{info}}This page aims to standardize and make consistent the UI elements for [[XWiki Enterprise>>http://enterprise.xwiki.org/xwiki/bin/view/Main/]].{{/info}}
10 10  
5 +{{warning}}This page is a work in progress. Thank you!
6 +Content from this space should be transfered to http://dev.xwiki.org/xwiki/bin/view/UserExperience/{{/warning}}
7 +
11 11  (% class="leftMargin dashboardleft" %)
12 12  (((
13 13  == CSS Standards ==
... ... @@ -17,7 +17,7 @@
17 17  ** [[Selectors>>CSSAPISelectors]]
18 18  *** [[#xwikimaincontainer>>CSSAPISelectors_xwikimaincontainer]]
19 19  
20 -* (% class="external" %) [[Front-end Resources>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/FrontendResources]] (%%)
17 +* [[Front-end Resources>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/FrontendResources]]
21 21  )))
22 22  
23 23  
... ... @@ -40,8 +40,8 @@
40 40  * [[Links>>Standards.Links]]
41 41  * [[Forms>>Standards.Forms]]
42 42  ** Standardize Form Layouts:
43 -*** (% class="external" %)[[Inline Layout>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/InlineForms]] (%%)
44 -*** (% class="external" %)[[Vertical Layout>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/VerticalForms]] (%%)
40 +*** [[Inline Layout>>Standards.FormInlineUsage]]
41 +*** [[Vertical Layout>>Standards.FormVerticalUsage]]
45 45  ** [[General Forms Layout Types>>Standards.FormLayout]]
46 46  *** [[Fieldset Form Example>>Standards.FormFieldsetExample]]
47 47  *** [[Inline Form Example>>Standards.FormInlineExample]]
Icon XWiki.StyleSheetExtension[3]
Code
... ... @@ -11,17 +11,13 @@
11 11  }
12 12  
13 13  .column70 {
14 - width: 69%;
14 + width: 70%;
15 15  }
16 16  
17 -.column60 {
18 - width: 58%;
17 +.column50 {
18 + width: 48%;
19 19  }
20 20  
21 -.column40 {
22 - width: 39%;
21 +.column33 {
22 + width: 32%;
23 23  }
24 -
25 -.column50 {
26 - width: 49%;
27 -}