[jboss-cvs] JBossAS SVN: r105269 - in trunk/varia/src/resources/jmx/html: images and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 26 14:36:26 EDT 2010


Author: smcgowan at redhat.com
Date: 2010-05-26 14:36:25 -0400 (Wed, 26 May 2010)
New Revision: 105269

Added:
   trunk/varia/src/resources/jmx/html/images/newlogo.gif
Removed:
   trunk/varia/src/resources/jmx/html/images/logo.gif
Modified:
   trunk/varia/src/resources/jmx/html/filterView.jsp
   trunk/varia/src/resources/jmx/html/jboss.css
Log:
JBAS-7764 - update logo for jmx-console

Modified: trunk/varia/src/resources/jmx/html/filterView.jsp
===================================================================
--- trunk/varia/src/resources/jmx/html/filterView.jsp	2010-05-26 18:12:08 UTC (rev 105268)
+++ trunk/varia/src/resources/jmx/html/filterView.jsp	2010-05-26 18:36:25 UTC (rev 105269)
@@ -8,15 +8,15 @@
 
 <body leftmargin="10" rightmargin="10" topmargin="10">
 
-<table width="235" cellspacing="0" cellpadding="0" border="0">
+<table width="226" cellspacing="0" cellpadding="0" border="0">
 <tr>
-<td align="center" width="235" height="105"><img src="images/logo.gif" border="0" alt="JBoss"/></td>
+<td align="center" width="226" height="105"><img src="images/newlogo.gif" border="0" alt="JBoss"/></td>
 </tr>
 </table>
 
 &nbsp;
 
-<table width="235" cellspacing="0" cellpadding="0" border="0">
+<table width="226" cellspacing="0" cellpadding="0" border="0">
 <tr><td><h2>Object Name Filter</h2></td></tr>
 <tr><td><h3><a href="HtmlAdaptor?action=displayMBeans&filter=" target="ObjectNodeView">Remove Object Name Filter</a></h3></td></tr>
 <%

Deleted: trunk/varia/src/resources/jmx/html/images/logo.gif
===================================================================
(Binary files differ)

Copied: trunk/varia/src/resources/jmx/html/images/newlogo.gif (from rev 105267, trunk/varia/src/resources/jmx/html/images/logo.gif)
===================================================================
(Binary files differ)

Modified: trunk/varia/src/resources/jmx/html/jboss.css
===================================================================
--- trunk/varia/src/resources/jmx/html/jboss.css	2010-05-26 18:12:08 UTC (rev 105268)
+++ trunk/varia/src/resources/jmx/html/jboss.css	2010-05-26 18:36:25 UTC (rev 105269)
@@ -63,8 +63,7 @@
     COLOR: #000000
     }
 #header {
-	background-color: #FF7A22;
-	background-image: url("header_bg.jpg");
+	background-color: #F0F0F0;
 	background-repeat: no-repeat;
 	background-position: 226px 0px;
 	width: 100%;
@@ -76,7 +75,7 @@
 	}
 #logo {
 	position: absolute;
-	top: 4px;
+	top: 2px;
 	left: 4px;
 	z-index: 200;
 }




More information about the jboss-cvs-commits mailing list