Changes for page UX: Standards

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

From version Icon 116.40 Icon
edited by Ecaterina Valica
on 2011/09/01 16:33
Change comment: Deleted object
To version Icon 116.23 Icon
edited by Ecaterina Valica
on 2010/09/06 11:35
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,5 +3,3 @@
1 -{{include document="Improvements.Keywords"/}}
2 -
3 3  {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
4 4  
5 5  {{info}}This page aims to standardize and make consistent the UI elements for [[XWiki Enterprise>>http://enterprise.xwiki.org/xwiki/bin/view/Main/]].{{/info}}
... ... @@ -38,16 +38,8 @@
38 38  
39 39  * [[Links>>Standards.Links]]
40 40  * [[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)
48 48  
49 49  * [[Avatar>>Standards.Avatar]]
50 -* [[Dates>>Standards.Date]]
51 51  
52 52  * [[Colors>>Standards.Colors]]
53 53  * [[Typography>>Standards.Typography]]
Icon XWiki.StyleSheetExtension[3]
Code
... ... @@ -6,22 +6,14 @@
6 6   float: left;
7 7  }
8 8  
9 -.right {
10 - float: right;
11 -}
12 -
13 13  .column70 {
14 - width: 69%;
10 + width: 70%;
15 15  }
16 16  
17 -.column60 {
18 - width: 58%;
13 +.column50 {
14 + width: 48%;
19 19  }
20 20  
21 -.column40 {
22 - width: 39%;
17 +.column33 {
18 + width: 32%;
23 23  }
24 -
25 -.column50 {
26 - width: 49%;
27 -}