[Vtigercrm-commits] [vtiger-commits] r6154 - /vtigercrm/trunk/include/install/install.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 18 11:29:18 EDT 2006


Author: richie
Date: Thu May 18 09:29:14 2006
New Revision: 6154

Log:
updated with the latest installer changes

Modified:
    vtigercrm/trunk/include/install/install.css

Modified: vtigercrm/trunk/include/install/install.css
==============================================================================
--- vtigercrm/trunk/include/install/install.css (original)
+++ vtigercrm/trunk/include/install/install.css Thu May 18 09:29:14 2006
@@ -16,11 +16,14 @@
  * Description:  Defines the stylesheet used for the application installation.
  ********************************************************************************/
 
-body         { 
+body { 
 	font-size: 10pt;
-	background-color:#FFF;
 	color:#000000;
 	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+	background-image: url(images/vtiger-paw.jpg);
+	background-repeat: no-repeat;
+	background-position: bottom center;
+	background-attachment: fixed;	
 }
 
 form,h1,h2,h3,h4{margin:0;padding:0;}
@@ -39,7 +42,7 @@
 
 }
 
-table{background-color:#FFF;}
+table{}
 td,tr,p,div {
         font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
         font-size: 10pt;
@@ -96,4 +99,9 @@
 	line-height: 14px;
 	color: #000000;
 }
-
+.background{
+background-image: url(images/vtiger-paw.jpg);
+background-repeat: no-repeat;
+background-position: bottom center;
+background-attachment: fixed;
+} 





More information about the vtigercrm-commits mailing list