Changes for page UX: Standards

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

From version Icon 116.5 Icon
edited by Ecaterina Valica
on 2010/07/08 11:17
Change comment: There is no comment for this version
To version Icon 116.48 Icon
edited by Ecaterina Valica
on 2011/09/22 14:11
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,8 +1,8 @@
1 +{{include document="Improvements.Keywords"/}}
2 +
1 1  {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
2 2  
3 -{{velocity}}{{html}}#info("This page is a work in progress. Thank you!"){{/html}}{{/velocity}}
4 -
5 -(% class="leftMargin dashboardleft" %)
5 +(% class="leftMargin dashboardleft column20" %)
6 6  (((
7 7  == CSS Standards ==
8 8  
... ... @@ -10,10 +10,12 @@
10 10  * [[CSS API>>CSSAPI]]
11 11  ** [[Selectors>>CSSAPISelectors]]
12 12  *** [[#xwikimaincontainer>>CSSAPISelectors_xwikimaincontainer]]
13 +
14 +* (% class="external" %) [[Front-end Resources>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/FrontendResources]] (%%)
13 13  )))
14 14  
15 15  
16 -(% class="left column70 dashboardright" %)
18 +(% class="left column60 dashboardright" %)
17 17  (((
18 18  (% class="left dashboardrightcontent" %)
19 19  (((
... ... @@ -31,14 +31,30 @@
31 31  
32 32  * [[Links>>Standards.Links]]
33 33  * [[Forms>>Standards.Forms]]
36 +** Standardize Form Layouts:
37 +*** (% class="external" %)[[Inline Layout>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/InlineForms]] (%%)
38 +*** (% class="external" %)[[Vertical Layout>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/VerticalForms]] (%%)
39 +** [[General Forms Layout Types>>Standards.FormLayout]]
40 +*** [[Fieldset Form Example>>Standards.FormFieldsetExample]]
41 +*** [[Inline Form Example>>Standards.FormInlineExample]]
42 +*** [[Small Form Component>>Tech.CssFormSmall]] (deprecated)
34 34  
44 +* [[Avatar>>Standards.Avatar]]
45 +* [[Dates>>Standards.Date]]
46 +
35 35  * [[Colors>>Standards.Colors]]
36 36  * [[Typography>>Standards.Typography]]
49 +** Font sizes
50 +** Font family
37 37  
38 38  * [[Hierarchy>>Standards.Hierarchy]]
39 39  * [[QuantitativeDisplay >>Standards.QuantitativeDisplay]]
40 40  * [[ItemDisplay>>Standards.ItemDisplay]]
41 41  
56 +* States:
57 +** [[Hover States>>Standards.HoverState]]
58 +** [[Active States>>Standards.ActiveState]]
59 +
42 42  * Types of pages
43 43  ** Main
44 44  ** Section Pages
... ... @@ -46,9 +46,21 @@
46 46  ** Status bar notification
47 47  ** Dialog notifications
48 48  * Behavior
67 +
68 +* Logo
49 49  )))
50 50  )))
51 51  
72 +(% class="leftMargin dashboardleft column20" %)
73 +(((
74 +
75 +== Issues ==
76 +{{jiraIssues}}
77 +XSCOLIBRI-260,
78 +XSCOLIBRI-266
79 +{{/jiraIssues}}
80 +)))
81 +
52 52  {{html}}
53 53  <div class="clearfloats"></div>
54 54  {{/html}}
Icon XWiki.StyleSheetExtension[3]
Code
... ... @@ -4,17 +4,28 @@
4 4  
5 5  .leftMargin {
6 6   float: left;
7 - margin-right: 1%;
8 8  }
9 9  
9 +.right {
10 + float: right;
11 +}
12 +
13 +.column20 {
14 + width: 18%;
15 +}
16 +
10 10  .column70 {
11 - width: 70%;
18 + width: 69%;
12 12  }
13 13  
14 -.column50 {
15 - width: 48%;
21 +.column60 {
22 + width: 58%;
16 16  }
17 17  
18 -.column33 {
19 - width: 32%;
25 +.column40 {
26 + width: 39%;
20 20  }
28 +
29 +.column50 {
30 + width: 49%;
31 +}
Icon XWiki.XWikiComments[1]
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Comment
... ... @@ -1,0 +1,1 @@
1 +http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
Date
... ... @@ -1,0 +1,1 @@
1 +2010-07-15 15:26:06.0