]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - themes/default/css/wizard.css
Release 6.5.0
[Github/sugarcrm.git] / themes / default / css / wizard.css
1 /*********************************************************************************
2  * SugarCRM Community Edition is a customer relationship management program developed by
3  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
4  * 
5  * This program is free software; you can redistribute it and/or modify it under
6  * the terms of the GNU Affero General Public License version 3 as published by the
7  * Free Software Foundation with the addition of the following permission added
8  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
9  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
10  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
11  * 
12  * This program is distributed in the hope that it will be useful, but WITHOUT
13  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
15  * details.
16  * 
17  * You should have received a copy of the GNU Affero General Public License along with
18  * this program; if not, see http://www.gnu.org/licenses or write to the Free
19  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20  * 02110-1301 USA.
21  * 
22  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
23  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
24  * 
25  * The interactive user interfaces in modified source and object code versions
26  * of this program must display Appropriate Legal Notices, as required under
27  * Section 5 of the GNU Affero General Public License version 3.
28  * 
29  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
30  * these Appropriate Legal Notices must retain the display of the "Powered by
31  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
32  * technical reasons, the Appropriate Legal Notices must display the words
33  * "Powered by SugarCRM".
34  ********************************************************************************/
35
36  
37 #main #content {
38 padding: 0;
39 }
40 .view h4 {
41 font-size: 16px;
42 color: #C60C30;
43 }
44 .view h2 {
45 text-align: left;
46 color: #C60C30;
47 }
48 #welcome 
49 {
50     background-image: none;
51     vertical-align: middle;
52         margin-top: 0px;
53         height: auto;
54         padding: 0;
55         float: none;
56         border: 0px none;
57 }
58
59 .dashletPanelMenu .bd .screen {
60         background-color: transparent;
61     display: none;
62     width: 820px;
63         margin: 0px;
64         padding: 0px; 
65         border: 0px none;
66 }
67
68 .edit td[scope="row"] 
69 {
70 color: #666;
71 }
72
73 .edit tr td[scope="row"],.edit tr th {
74 background-color: #fff;
75 }
76
77
78 div.nav-buttons
79 {
80     margin-top: 1em;
81     text-align: right;
82 }
83
84 div.screen div.edit.view
85 {
86     height: 440px;
87     width: auto;
88     margin-top: 0;
89     margin-bottom: 0;
90     padding: 20px !important;
91 }
92
93 div.screen div.edit.view > table
94 {
95     padding: 0 !important;
96 }
97
98 div.screen div.edit.view td
99 {
100     text-align: left;
101 }
102
103 div.screen div.edit.view td i
104 {
105     display: block;
106     padding-bottom: 15px;
107 }
108
109 div.screen div.edit.view th h2
110 {
111     padding-bottom: 10px;
112 }
113
114 .dashletPanelMenu .bd .bd-center {
115 padding-top: 0px;
116 }
117
118 .edit, .detail, .detail > table {
119 border-color: #aaa;
120 }
121 button,button[selected],button:focus {
122         border: 1px solid #999;
123         background-color: #fff;
124         color: #999;
125         font-weight: bold;
126         font-size: 16px;
127         }
128         
129 button:hover {
130         background-image: none;
131         background-color: #fff;
132 }
133
134 #smtpButtonGroup img {
135 }
136
137  #smtpButtonGroup button
138 {
139     height: 40px;
140 }
141 .yui-button .first-child{
142 border: none;
143 }
144
145 .yui-button button, .yui-button a {
146         border: 1px solid #ccc;
147         color: #999;
148         font-weight: bold;
149         font-size: 16px;
150 }
151 .yui-button button:hover, .yui-button a:hover {
152         border: 1px solid #999;
153         color: #999;
154         font-weight: bold;
155         font-size: 16px;
156 }
157
158 .yui-button {
159 border-width: 0px;
160 }
161
162 .yui-radio-button-checked button, .yui-checkbox-button-checked button {
163         background-color: #fff;
164         color: #999;
165 }
166
167 div.screen .view td a 
168 {
169     font-size: 14px;
170 }
171 .userWizWelcome {margin: 10px -30px 0pt 0pt; width: 770px;}
172
173 #userWizFrame {width: 770px; height: 325px; border: none;}