[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/include/install/ -> install.css (source)

   1  /*********************************************************************************
   2   * The contents of this file are subject to the Mozilla Public License Version 1.1
   3   * ("License"); You may not use this file except in compliance with the 
   4   * License. You may obtain a copy of the License at http://www.mozilla.org/MPL
   5   * Software distributed under the License is distributed on an  "AS IS"  basis,
   6   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
   7   * the specific language governing rights and limitations under the License.
   8   * The Original Code is: SugarCRM Open Source
   9   * The Initial Developer of the Original Code is SugarCRM, Inc.
  10   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
  11   * All Rights Reserved.
  12   * Contributor(s): ______________________________________.
  13   ********************************************************************************/
  14  /*********************************************************************************
  15   * $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/install/install.css,v 1.5 2004/08/26 11:44:30 saraj Exp $
  16   * Description:  Defines the stylesheet used for the application installation.
  17   ********************************************************************************/
  18  /* Install - Configuration Wizard */
  19  .cwPageBg {
  20      background-color:#cccccc;
  21      background-image:url(images/pageBackground.gif);
  22      background-repeat:repeat-x;
  23  }
  24  .cwHeadBg {
  25      background-image:url(images/topHeadBg.gif);
  26      background-repeat:repeat-x;
  27      
  28  }
  29  .cwContentDisplay{
  30      background-color:#ffffff;
  31  }
  32  .cwSelectedTab {
  33      background-color:#ffffff;
  34  }
  35  .cwUnSelectedTab {
  36      background-color:#1B9AE3;
  37      color:#ffffff;
  38  }
  39  
  40  .txtBox{
  41      width:85%;
  42      border:1px solid #666666;
  43      font-family:Arial, Helvetica, sans-serif;
  44      font-size:11px;
  45  }
  46  
  47  .small {
  48      font-family: Arial, Helvetica, sans-serif;
  49      font-size: 11px;
  50      line-height: 14px;
  51  }
  52   


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7