You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2005/11/11 20:48:39 UTC

svn commit: r332636 - in /geronimo/trunk/applications/console-framework/src/webapp: WEB-INF/aggregation/Banner.jsp main.css

Author: hogstrom
Date: Fri Nov 11 11:48:36 2005
New Revision: 332636

URL: http://svn.apache.org/viewcvs?rev=332636&view=rev
Log:
GERONIMO-1159 patches applied and the ugly 3 rows of logo should now be gone

Modified:
    geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp
    geronimo/trunk/applications/console-framework/src/webapp/main.css

Modified: geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp?rev=332636&r1=332635&r2=332636&view=diff
==============================================================================
--- geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp (original)
+++ geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/aggregation/Banner.jsp Fri Nov 11 11:48:36 2005
@@ -20,9 +20,12 @@
     <td>
 	  <table width="100%" height="86"  border="0" cellpadding="0" cellspacing="0">
         <tr>
-          <td class="Logo" border="0" width="100%"></td>
-          <td class="Top" border="0">
+          <td height="86" class="Logo" border="0"></td>
+          <td height="86" class="Top" border="0">&nbsp; </TD>
+          <td height="86" class="Top" border="0" width="40">
 <a href="<%=request.getContextPath()%>/about.jsp"><img border="0" src="<%=request.getContextPath()%>/images/head_about_51x86.gif"></a>
+          </td>
+          <td height="86" class="Top" border="0" width="40">
 <a href="<%=request.getContextPath()%>/logout.jsp"><img border="0" src="<%=request.getContextPath()%>/images/head_logout_63x86.gif"></a>
           </td>
         </tr>

Modified: geronimo/trunk/applications/console-framework/src/webapp/main.css
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-framework/src/webapp/main.css?rev=332636&r1=332635&r2=332636&view=diff
==============================================================================
--- geronimo/trunk/applications/console-framework/src/webapp/main.css (original)
+++ geronimo/trunk/applications/console-framework/src/webapp/main.css Fri Nov 11 11:48:36 2005
@@ -31,33 +31,34 @@
 {
 	/*background-image:url("images/joe_logo.gif");*/
 	background-image:url("images/head_left_754x86.gif");
-	width: 754px;
+	background-repeat: no-repeat;
+	width: 570px;
 	height: 86px;
         /*color: #FFFFFF;*/
-        color: #FBF9F9;
+        /*color: #FBF9F9;*/
 	font-size: 35px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	text-align: right;
 	vertical-align: bottom; 
 	line-height: 30px;
 	/*background-color: #909DB8;*/
-	background-color: #FBF9F9;
+	/*background-color: #FBF9F9;*/
 	font-weight: bold;
 }
 
 .Top
 {
 	background-image:url("images/head_bgstretch_1x86.gif");
-	background-repeat: repeat;
+	background-repeat: repeat-x;
 	height: 86px;
-	color: #FFFFFF;
+	/*color: #FFFFFF;*/
 	font-size: 11px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	text-align: right;
 	vertical-align: bottom;
-	line-height: 30px;
+	/*line-height: 30px;*/
 	/*background-color: #909DB8;*/
-	background-color: #FBF9F9;
+	/*background-color: #FBF9F9;*/
 	font-weight: bold;
 }