[jboss-cvs] JBossAS SVN: r94176 - in branches/JBPAPP_5_0: console/src/resources/webconsole.war/css and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 30 14:42:39 EDT 2009


Author: bshim
Date: 2009-09-30 14:42:38 -0400 (Wed, 30 Sep 2009)
New Revision: 94176

Modified:
   branches/JBPAPP_5_0/console/src/resources/webconsole.war/SysProperties.jsp
   branches/JBPAPP_5_0/console/src/resources/webconsole.war/css/jboss.css
   branches/JBPAPP_5_0/console/src/resources/webconsole.war/images/jboss.gif
   branches/JBPAPP_5_0/console/src/resources/webconsole.war/images/logo.gif
   branches/JBPAPP_5_0/tomcat/src/webapps/ROOT.war/favicon.ico
Log:
JBPAPP-2696

Modified: branches/JBPAPP_5_0/console/src/resources/webconsole.war/SysProperties.jsp
===================================================================
--- branches/JBPAPP_5_0/console/src/resources/webconsole.war/SysProperties.jsp	2009-09-30 18:37:18 UTC (rev 94175)
+++ branches/JBPAPP_5_0/console/src/resources/webconsole.war/SysProperties.jsp	2009-09-30 18:42:38 UTC (rev 94176)
@@ -8,9 +8,11 @@
 </head>
 <body>
 <!-- header begin -->
-	<div id="footer">
-		<div id="footer_bar">&nbsp;</div>
-	</div>
+        <img src="images/logo.gif" alt="JBoss" id="logo" width="226" height="105" />
+        <div id="header">
+                &nbsp;</div>
+        <div id="navigation_bar">
+        </div>
 <!-- header end -->
 <hr class="hide"/>
 	<center>
@@ -47,9 +49,10 @@
 
 <hr class="hide"/>
 <!-- footer begin -->
-	<div id="footer">
-		<div id="footer_bar">&nbsp;</div>
-	</div>
+        <div id="footer">
+                <div id="credits">JBoss&trade; Management Console</div>
+                <div id="footer_bar">&nbsp;</div>
+        </div>
 <!-- footer end -->
 </body>
 </html>

Modified: branches/JBPAPP_5_0/console/src/resources/webconsole.war/css/jboss.css
===================================================================
--- branches/JBPAPP_5_0/console/src/resources/webconsole.war/css/jboss.css	2009-09-30 18:37:18 UTC (rev 94175)
+++ branches/JBPAPP_5_0/console/src/resources/webconsole.war/css/jboss.css	2009-09-30 18:42:38 UTC (rev 94176)
@@ -1,5 +1,5 @@
 body {
-	margin: 13px 0px 10px 0px;
+	margin: 0px 0px 0px 0px;
 	background-color: #ffffff;
 	font-size: 10px;
 	font-family: verdana, arial, "sans-serif";
@@ -9,9 +9,12 @@
 	border: 0px;
 	}
 #header {
-	background-color: #003D6E;
-	width: 100%;
-	height: 80px
+	background-color:#F0F0F0;
+	background-repeat:no-repeat;
+	border-bottom:1px dotted #999999;
+	height:106px;
+	padding-bottom:1px;
+	width:100%;
 	}
 #header #banner {
 	float: right;
@@ -24,9 +27,11 @@
 	z-index: 200;
 }
 #navigation_bar {
+/*
 	background-color: #f0f0f0;
 	border-bottom: 1px dotted #999999;
 	height: 20px;
+*/
 	}
 #items {
 	font-size: 12px;
@@ -118,9 +123,11 @@
 	text-align: center;
 	}
 #footer_bar {
+/*
 	height: 20px;
 	width: 100%;
-	background-color: #003D6E;
+	background-color: #F0F0F0;
+*/
 	}
 .hide {
 	display: none;

Modified: branches/JBPAPP_5_0/console/src/resources/webconsole.war/images/jboss.gif
===================================================================
(Binary files differ)

Modified: branches/JBPAPP_5_0/console/src/resources/webconsole.war/images/logo.gif
===================================================================
(Binary files differ)

Modified: branches/JBPAPP_5_0/tomcat/src/webapps/ROOT.war/favicon.ico
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list