0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
include
/
install
/
[
Home
]
File: install.css
/********************************************************************************* * The contents of this file are subject to the Mozilla Public License Version 1.1 * ("License"); You may not use this file except in compliance with the * License. You may obtain a copy of the License at http://www.mozilla.org/MPL * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for * the specific language governing rights and limitations under the License. * The Original Code is: SugarCRM Open Source * The Initial Developer of the Original Code is SugarCRM, Inc. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.; * All Rights Reserved. * Contributor(s): ______________________________________. ********************************************************************************/ /********************************************************************************* * $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/install/install.css,v 1.5 2004/08/26 11:44:30 saraj Exp $ * Description: Defines the stylesheet used for the application installation. ********************************************************************************/ /* Install - Configuration Wizard */ .cwPageBg { background-color:#cccccc; background-image:url(images/pageBackground.gif); background-repeat:repeat-x; } .cwHeadBg { background-image:url(images/topHeadBg.gif); background-repeat:repeat-x; } .cwContentDisplay{ background-color:#ffffff; } .cwSelectedTab { background-color:#ffffff; } .cwUnSelectedTab { background-color:#1B9AE3; color:#ffffff; } .txtBox{ width:85%; border:1px solid #666666; font-family:Arial, Helvetica, sans-serif; font-size:11px; } .small { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; }