[Vtigercrm-commits] [vtiger-commits] r10422 - in /vtigercrm/branches/5.0.3/themes: alphagrey/images/alphagrayHomeMark.gif alphagrey/style.css bluelagoon/images/blueLagoonHomeMark.gif bluelagoon/style.css woodspice/images/woodspiceHomeMark.gif woodspice/style.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 13 09:55:36 EDT 2007


Author: saraj
Date: Tue Mar 13 07:55:22 2007
New Revision: 10422

Log:
background image added

Added:
    vtigercrm/branches/5.0.3/themes/alphagrey/images/alphagrayHomeMark.gif   (with props)
    vtigercrm/branches/5.0.3/themes/bluelagoon/images/blueLagoonHomeMark.gif   (with props)
    vtigercrm/branches/5.0.3/themes/woodspice/images/woodspiceHomeMark.gif   (with props)
Modified:
    vtigercrm/branches/5.0.3/themes/alphagrey/style.css
    vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
    vtigercrm/branches/5.0.3/themes/woodspice/style.css

Modified: vtigercrm/branches/5.0.3/themes/alphagrey/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/alphagrey/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/alphagrey/style.css Tue Mar 13 07:55:22 2007
@@ -2245,9 +2245,9 @@
 		width:125px;
 	  }
 .winmarkModulesdef{
-   background-image:url(images/windowmarkModule.jpg);
-   background-position:top right;
-   background-repeat:no-repeat;
+   background-image:url(images/alphagrayHomeMark.gif);
+   background-position:top;
+   background-repeat:repeat-x;
 
 
 /* Recalculate Disable Ends */

Modified: vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/bluelagoon/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/bluelagoon/style.css Tue Mar 13 07:55:22 2007
@@ -2246,8 +2246,8 @@
           }
 
 .winmarkModulesdef{
-   background-image:url(images/windowmarkModule.jpg);
-   background-position:top right;
+   background-image:url(images/blueLagoonHomeMark.gif);
+   background-position:top left;
    background-repeat:no-repeat;
 }
 

Modified: vtigercrm/branches/5.0.3/themes/woodspice/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/woodspice/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/woodspice/style.css Tue Mar 13 07:55:22 2007
@@ -2287,9 +2287,9 @@
 
 
 .winmarkModulesdef{
-   background-image:url(images/windowmarkModule.jpg);
-   background-position:top right;
-   background-repeat:no-repeat;
+   background-image:url(images/woodspiceHomeMark.gif);
+   background-position:top;
+   background-repeat:repeat-x;
 }
 
 /* Recalculate Disable Ends */





More information about the vtigercrm-commits mailing list