Changes for page UX: Standards

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

From version Icon 116.50 Icon
edited by Ecaterina Valica
on 2011/09/22 14:14
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
Content
... ... @@ -1,7 +2,13 @@
1 -{{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
2 2  {{include document="Improvements.Keywords"/}}
3 3  
4 -(% class="leftMargin dashboardleft column20" %)
3 +{{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
4 +
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}}
6 +
7 +{{warning}}This page is a work in progress. Thank you!
8 +Content from this space should be transfered to http://dev.xwiki.org/xwiki/bin/view/UserExperience/{{/warning}}
9 +
10 +(% class="leftMargin dashboardleft" %)
5 5  (((
6 6  == CSS Standards ==
7 7  
... ... @@ -10,11 +10,11 @@
10 10  ** [[Selectors>>CSSAPISelectors]]
11 11  *** [[#xwikimaincontainer>>CSSAPISelectors_xwikimaincontainer]]
12 12  
13 -* (% class="external" %) [[Front-end Resources>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/FrontendResources]] (%%)
19 +* [[Front-end Resources>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/FrontendResources]]
14 14  )))
15 15  
16 16  
17 -(% class="left column60 dashboardright" %)
23 +(% class="left column70 dashboardright" %)
18 18  (((
19 19  (% class="left dashboardrightcontent" %)
20 20  (((
... ... @@ -33,8 +33,8 @@
33 33  * [[Links>>Standards.Links]]
34 34  * [[Forms>>Standards.Forms]]
35 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]] (%%)
42 +*** [[Inline Layout>>Standards.FormInlineUsage]]
43 +*** [[Vertical Layout>>Standards.FormVerticalUsage]]
38 38  ** [[General Forms Layout Types>>Standards.FormLayout]]
39 39  *** [[Fieldset Form Example>>Standards.FormFieldsetExample]]
40 40  *** [[Inline Form Example>>Standards.FormInlineExample]]
... ... @@ -68,16 +68,6 @@
68 68  )))
69 69  )))
70 70  
71 -(% class="leftMargin dashboardleft column20" %)
72 -(((
73 -
74 -== Issues ==
75 -{{jiraIssues}}
76 -XSCOLIBRI-260,
77 -XSCOLIBRI-266
78 -{{/jiraIssues}}
79 -)))
80 -
81 81  {{html}}
82 82  <div class="clearfloats"></div>
83 83  {{/html}}
Icon XWiki.StyleSheetExtension[3]
Code
... ... @@ -4,7 +4,6 @@
4 4  
5 5  .leftMargin {
6 6   float: left;
7 - margin-right: 1%;
8 8  }
9 9  
10 10  .right {
... ... @@ -11,10 +11,6 @@
11 11   float: right;
12 12  }
13 13  
14 -.column20 {
15 - width: 18%;
16 -}
17 -
18 18  .column70 {
19 19   width: 69%;
20 20  }