Changes for page UX: Standards

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

From version Icon 116.22 Icon
edited by Ecaterina Valica
on 2010/07/22 17:08
Change comment: There is no comment for this version
To version Icon 116.40 Icon
edited by Ecaterina Valica
on 2011/09/01 16:33
Change comment: Deleted object

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,3 +1,5 @@
1 +{{include document="Improvements.Keywords"/}}
2 +
1 1  {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
2 2  
3 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}}
... ... @@ -36,8 +36,16 @@
36 36  
37 37  * [[Links>>Standards.Links]]
38 38  * [[Forms>>Standards.Forms]]
41 +** Standardize Form Layouts:
42 +*** [[Inline Layout>>Standards.FormInlineUsage]]
43 +*** [[Vertical Layout>>Standards.FormVerticalUsage]]
44 +** [[General Forms Layout Types>>Standards.FormLayout]]
45 +*** [[Fieldset Form Example>>Standards.FormFieldsetExample]]
46 +*** [[Inline Form Example>>Standards.FormInlineExample]]
47 +*** [[Small Form Component>>Tech.CssFormSmall]] (deprecated)
39 39  
40 40  * [[Avatar>>Standards.Avatar]]
50 +* [[Dates>>Standards.Date]]
41 41  
42 42  * [[Colors>>Standards.Colors]]
43 43  * [[Typography>>Standards.Typography]]
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 +}