You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/03/17 22:28:45 UTC

svn commit: r1735506 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml

Author: lofwyr
Date: Thu Mar 17 21:28:45 2016
New Revision: 1735506

URL: http://svn.apache.org/viewvc?rev=1735506&view=rev
Log:
TOBAGO-1544: Revise Demo Application for Tobago 3.0

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml?rev=1735506&r1=1735505&r2=1735506&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml Thu Mar 17 21:28:45 2016
@@ -24,7 +24,9 @@
   <!-- tbd: how to solve this? -->
   <tc:style customClass="bg-inverse"/>
 
-  <tc:flexLayout columns="*;auto" alignItems="center">
+  <tc:flexLayout columns="auto;*" alignItems="center">
+
+    <tc:image value="image/feather-leaf.png"/>
 
     <tc:nav label="Tobago Demo">
 
@@ -128,8 +130,6 @@
 
     </tc:nav>
 
-    <tc:image value="image/feather-leaf.png"/>
-
   </tc:flexLayout>
 
 </tc:header>