Jerome Velociter wrote:
jvdrean (SVN) wrote:
Author: jvdrean Date: 2010-01-19 16:37:08 +0100 (Tue, 19 Jan 2010) New Revision: 26234
Added: platform/skins/trunk/colibri/src/main/resources/colibri/noavatar.png platform/xwiki-applications/trunk/administration/src/main/resources/XWiki/XWikiUserPreferencesSheet.xml platform/xwiki-applications/trunk/administration/src/main/resources/XWiki/XWikiUserProfileSheet.xml Modified: enterprise/trunk/wiki/src/main/resources/Main/Dashboard.xml platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties platform/skins/trunk/colibri/src/main/resources/colibri/changemyavatar.vm platform/skins/trunk/colibri/src/main/resources/colibri/colibri.css platform/skins/trunk/colibri/src/main/resources/colibri/passwd.vm platform/web/trunk/standard/src/main/webapp/templates/changemyavatar.vm platform/web/trunk/standard/src/main/webapp/templates/passwd.vm platform/xwiki-applications/trunk/administration/src/main/resources/XWiki/XWikiUserSheet.xml Log: XE-466 : User Profile UI Improvements XSCOLIBRI-178 : User Profile UI Improvements XWIKI-4767 : Add phone fields to the user profile
[snip]
+/* Tabs */ + +div#vertical-panes { + margin-top: 10px; +}
Can't the vertical panes system be independent of an ID ? (to allow several by page)
Shouldn't those styles be separated from the user profile?
Note: actually the JavaScript as well. I think the whole vertical tabs/pane system should be taken out of the user profile sheet. Jerome.