Changes for page UX: Standards

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

From version Icon 116.16 Icon
edited by Ecaterina Valica
on 2010/07/22 11:45
Change comment: There is no comment for this version
To version Icon 116.44 Icon
edited by Ecaterina Valica
on 2011/09/08 16:15
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Style Standards
1 +UX: Standards
Parent
... ... @@ -1,0 +1,1 @@
1 +Improvements.WebHome
Content
... ... @@ -1,10 +1,13 @@
1 +{{include document="Improvements.Keywords"/}}
2 +
1 1  {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
2 2  
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}}
5 +* Issues
6 +{{jiraIssues}}
7 +XSCOLIBRI-260,
8 +XSCOLIBRI-266
9 +{{/jiraIssues}}
4 4  
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 -
8 8  (% class="leftMargin dashboardleft" %)
9 9  (((
10 10  == CSS Standards ==
... ... @@ -13,6 +13,8 @@
13 13  * [[CSS API>>CSSAPI]]
14 14  ** [[Selectors>>CSSAPISelectors]]
15 15  *** [[#xwikimaincontainer>>CSSAPISelectors_xwikimaincontainer]]
19 +
20 +* (% class="external" %) [[Front-end Resources>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/FrontendResources]] (%%)
16 16  )))
17 17  
18 18  
... ... @@ -34,11 +34,21 @@
34 34  
35 35  * [[Links>>Standards.Links]]
36 36  * [[Forms>>Standards.Forms]]
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]] (%%)
45 +** [[General Forms Layout Types>>Standards.FormLayout]]
46 +*** [[Fieldset Form Example>>Standards.FormFieldsetExample]]
47 +*** [[Inline Form Example>>Standards.FormInlineExample]]
48 +*** [[Small Form Component>>Tech.CssFormSmall]] (deprecated)
37 37  
38 38  * [[Avatar>>Standards.Avatar]]
51 +* [[Dates>>Standards.Date]]
39 39  
40 40  * [[Colors>>Standards.Colors]]
41 41  * [[Typography>>Standards.Typography]]
55 +** Font sizes
56 +** Font family
42 42  
43 43  * [[Hierarchy>>Standards.Hierarchy]]
44 44  * [[QuantitativeDisplay >>Standards.QuantitativeDisplay]]
Icon XWiki.StyleSheetExtension[3]
Code
... ... @@ -4,17 +4,24 @@
4 4  
5 5  .leftMargin {
6 6   float: left;
7 - margin-right: 1%;
8 8  }
9 9  
9 +.right {
10 + float: right;
11 +}
12 +
10 10  .column70 {
11 - width: 70%;
14 + width: 69%;
12 12  }
13 13  
14 -.column50 {
15 - width: 48%;
17 +.column60 {
18 + width: 58%;
16 16  }
17 17  
18 -.column33 {
19 - width: 32%;
21 +.column40 {
22 + width: 39%;
20 20  }
24 +
25 +.column50 {
26 + width: 49%;
27 +}