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.50 Icon
edited by Ecaterina Valica
on 2011/09/22 14:14
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,7 @@
1 1  {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
2 +{{include document="Improvements.Keywords"/}}
2 2  
3 -{{velocity}}{{html}}#info("This page is a work in progress. Thank you!"){{/html}}{{/velocity}}
4 -
5 -(% class="leftMargin dashboardleft" %)
4 +(% 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]]
12 +
13 +* (% 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" %)
17 +(% 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]]
35 +** Standardize Form Layouts:
36 +*** (% class="external" %)[[Inline Layout>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/InlineForms]] (%%)
37 +*** (% class="external" %)[[Vertical Layout>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/VerticalForms]] (%%)
38 +** [[General Forms Layout Types>>Standards.FormLayout]]
39 +*** [[Fieldset Form Example>>Standards.FormFieldsetExample]]
40 +*** [[Inline Form Example>>Standards.FormInlineExample]]
41 +*** [[Small Form Component>>Tech.CssFormSmall]] (deprecated)
34 34  
43 +* [[Avatar>>Standards.Avatar]]
44 +* [[Dates>>Standards.Date]]
45 +
35 35  * [[Colors>>Standards.Colors]]
36 36  * [[Typography>>Standards.Typography]]
48 +** Font sizes
49 +** Font family
37 37  
38 38  * [[Hierarchy>>Standards.Hierarchy]]
39 39  * [[QuantitativeDisplay >>Standards.QuantitativeDisplay]]
40 40  * [[ItemDisplay>>Standards.ItemDisplay]]
41 41  
55 +* States:
56 +** [[Hover States>>Standards.HoverState]]
57 +** [[Active States>>Standards.ActiveState]]
58 +
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
66 +
67 +* Logo
49 49  )))
50 50  )))
51 51  
71 +(% class="leftMargin dashboardleft column20" %)
72 +(((
73 +
74 +== Issues ==
75 +{{jiraIssues}}
76 +XSCOLIBRI-260,
77 +XSCOLIBRI-266
78 +{{/jiraIssues}}
79 +)))
80 +
52 52  {{html}}
53 53  <div class="clearfloats"></div>
54 54  {{/html}}
Icon XWiki.StyleSheetExtension[3]
Code
... ... @@ -7,14 +7,26 @@
7 7   margin-right: 1%;
8 8  }
9 9  
10 +.right {
11 + float: right;
12 +}
13 +
14 +.column20 {
15 + width: 18%;
16 +}
17 +
10 10  .column70 {
11 - width: 70%;
19 + width: 69%;
12 12  }
13 13  
14 -.column50 {
15 - width: 48%;
22 +.column60 {
23 + width: 58%;
16 16  }
17 17  
18 -.column33 {
19 - width: 32%;
26 +.column40 {
27 + width: 39%;
20 20  }
29 +
30 +.column50 {
31 + width: 49%;
32 +}
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