From: <jbo...@li...> - 2006-01-25 17:57:50
|
Author: wrzep Date: 2006-01-25 12:57:43 -0500 (Wed, 25 Jan 2006) New Revision: 2197 Added: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/ trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_backbar.gif trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar.jpg trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar2.jpg trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar3.jpg trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_marker.gif Modified: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/graphs.css Log: eventually forced images from css to appear http://jira.jboss.com/jira/browse/JBLAB-595 Pawel Modified: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/graphs.css =================================================================== --- trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/graphs.css 2006-01-25 17:38:25 UTC (rev 2196) +++ trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/graphs.css 2006-01-25 17:57:43 UTC (rev 2197) @@ -45,13 +45,13 @@ width: 197px; height: 20px; margin: 0 0 15px; - background: url("g_colorbar.jpg"); + background: url("/jbossForge/images/graphs/g_colorbar.jpg"); } * html dd { float: none; } /* IE is dumb; Quick IE hack, apply favorite filter methods for wider browser compatibility */ dd div { position: relative; - background: url("g_colorbar2.jpg"); + background: url("/jbossForge/images/graphs/g_colorbar2.jpg"); height: 20px; width: 75%; text-align:right; @@ -61,7 +61,7 @@ right: -5px; top: -2px; display: block; - background: url("g_marker.gif"); + background: url("/jbossForge/images/graphs/g_marker.gif"); height: 24px; width: 9px; text-align: left; @@ -76,7 +76,7 @@ width: 378px; height: 207px; position: relative; - background: url("g_backbar.gif") no-repeat; + background: url("/jbossForge/images/graphs/g_backbar.gif") no-repeat; } #vertgraph ul { width: 378px; @@ -91,7 +91,7 @@ bottom: 34px; padding: 0 !important; margin: 0 !important; - background: url("g_colorbar3.jpg") no-repeat !important; + background: url("jbossForge/images/graphs/g_colorbar3.jpg") no-repeat !important; text-align: center; font-weight: bold; color: white; Added: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_backbar.gif =================================================================== (Binary files differ) Property changes on: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_backbar.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar.jpg =================================================================== (Binary files differ) Property changes on: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar2.jpg =================================================================== (Binary files differ) Property changes on: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar2.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar3.jpg =================================================================== (Binary files differ) Property changes on: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_colorbar3.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_marker.gif =================================================================== (Binary files differ) Property changes on: trunk/forge/portal-extensions/forge-theme/jbossForgeLayout.war/images/graphs/g_marker.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream |