You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2007/09/12 21:57:01 UTC

svn commit: r575053 - in /myfaces/orchestra/trunk/examples/src/main/webapp: mops/SearchProduct.jsp styles/mops_default.css

Author: werpu
Date: Wed Sep 12 12:57:00 2007
New Revision: 575053

URL: http://svn.apache.org/viewvc?rev=575053&view=rev
Log:
layout changes

Modified:
    myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp
    myfaces/orchestra/trunk/examples/src/main/webapp/styles/mops_default.css

Modified: myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp?rev=575053&r1=575052&r2=575053&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp (original)
+++ myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp Wed Sep 12 12:57:00 2007
@@ -41,7 +41,7 @@
 			rendered="#{petstoreData.loggedIn}" />
 	</t:div>
 
-	<t:div id="side_navigation">
+	<t:div styleClass="side_navigation">
 		<h:form>
 			<h:panelGrid columns="1">
 
@@ -70,7 +70,7 @@
 		</h:form>
 	</t:div>
 
-	<t:div id="search_area">
+	<t:div styleClass="search_area">
 		<h:form>
 			<h:panelGrid columns="3">
 				<f:facet name="header">
@@ -90,7 +90,7 @@
 		</h:form>
 	</t:div>
 
-	<t:div id="content">
+	<t:div styleClass="content">
 		<h:form>
 
 			<t:newspaperTable var="product" value="#{mopsSearchProduct.products}"

Modified: myfaces/orchestra/trunk/examples/src/main/webapp/styles/mops_default.css
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/src/main/webapp/styles/mops_default.css?rev=575053&r1=575052&r2=575053&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/src/main/webapp/styles/mops_default.css (original)
+++ myfaces/orchestra/trunk/examples/src/main/webapp/styles/mops_default.css Wed Sep 12 12:57:00 2007
@@ -135,12 +135,12 @@
 * side navigation, search area, content
 ********************************************************************************/
 
-#side_navigation, #search_area, #content {
+.side_navigation, .search_area, .content {
 	position: absolute;
 	top: 130px;
 }
 
-#side_navigation {
+.side_navigation {
 	width: 145px;
 	left: 15px;
 	min-height: 420px;
@@ -151,24 +151,26 @@
 	text-align: left;
 }
 
-#side_navigation a {
+.side_navigation a {
 	color: maroon;
 	font-weight: bold;
 }
 
-#side_navigation a:hover {
+.side_navigation a:hover {
 	color: black;
 }
 
-#search_area, #content {
+.search_area, .content {
 	left: 175px;
 	right: 15px;
 	text-align: left;
 }
 
+.search_area {
+	border-bottom: 1px groove silver;
+}
 
-
-#content {
+.content {
 	top: 190px;
 	
 	min-height: 360px;