[richfaces-svn-commits] JBoss Rich Faces SVN: r12482 - in trunk/test-applications/realworld/web/src/main/webapp: layout and 1 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Jan 29 08:31:50 EST 2009
Author: alevkovsky
Date: 2009-01-29 08:31:49 -0500 (Thu, 29 Jan 2009)
New Revision: 12482
Modified:
trunk/test-applications/realworld/web/src/main/webapp/includes/index/login.xhtml
trunk/test-applications/realworld/web/src/main/webapp/layout/menu.xhtml
trunk/test-applications/realworld/web/src/main/webapp/layout/template2.xhtml
trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
Log:
Fix some design bugs
Modified: trunk/test-applications/realworld/web/src/main/webapp/includes/index/login.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/menu.xhtml
===================================================================
--- trunk/test-applications/realworld/web/src/main/webapp/layout/menu.xhtml 2009-01-29 12:31:19 UTC (rev 12481)
+++ trunk/test-applications/realworld/web/src/main/webapp/layout/menu.xhtml 2009-01-29 13:31:49 UTC (rev 12482)
@@ -52,17 +52,6 @@
actionListener="#{conversationState.setMainArea(navigationHelper.navigationEnumFileUpload)}"
reRender="mainform:mainArea" />
</rich:toolBarGroup>
- <rich:toolBarGroup location="right">
- <h:panelGroup>
- <h:commandLink action="#{localeSelector.selectLanguage('en')}">
- <h:graphicImage url="/img/gb.png" />
- </h:commandLink>
-
- <h:commandLink action="#{localeSelector.selectLanguage('ru')}">
- <h:graphicImage url="/img/ru.png" />
- </h:commandLink>
- </h:panelGroup>
- </rich:toolBarGroup>
- </rich:toolBar>
+ </rich:toolBar>
</a4j:form>
</ui:composition>
\ No newline at end of file
Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/template2.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
===================================================================
--- trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css 2009-01-29 12:31:19 UTC (rev 12481)
+++ trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css 2009-01-29 13:31:49 UTC (rev 12482)
@@ -128,6 +128,17 @@
vertical-align: top;
}
+.main-menu-table{
+ width: 100%;
+}
+
+.menu-cloumn1{
+ width: 90%
+}
+.menu-cloumn2{
+ width: 10%
+}
+
.login-panel{
width: 400px;
}
@@ -143,6 +154,11 @@
text-align: center;
}
+.login-table-col2{
+ text-align: left;
+ font-weight: bold;
+}
+
.login-body-table-col{
align: middle;
vertical-align: middle;
More information about the richfaces-svn-commits
mailing list