]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - themes/default/css/wizard.css
Release 6.3.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-2011 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
61         border: 0px none;
62         background-color: transparent;
63     display: none;
64     width: 820px;
65         margin: 0px;
66         padding: 0px; 
67 }
68
69 .edit td[scope="row"] 
70 {
71 color: #666;
72 }
73
74 .edit tr td[scope="row"],.edit tr th {
75 background-color: #fff;
76 }
77
78
79 div.nav-buttons
80 {
81     margin-top: 1em;
82     text-align: right;
83 }
84
85 div.screen div.edit.view
86 {
87     height: 440px;
88     width: auto;
89     margin-top: 0;
90     margin-bottom: 0;
91     padding: 20px !important;
92 }
93
94 div.screen div.edit.view > table
95 {
96     padding: 0 !important;
97 }
98
99 div.screen div.edit.view td
100 {
101     text-align: left;
102 }
103
104 div.screen div.edit.view td i
105 {
106     display: block;
107     padding-bottom: 15px;
108 }
109
110 div.screen div.edit.view th h2
111 {
112     padding-bottom: 10px;
113 }
114
115 .dashletPanelMenu .bd .bd-center {
116 padding-top: 0px;
117 }
118
119 .edit, .detail, .detail > table {
120 border-color: #aaa;
121 }
122 button,button[selected],button:focus {
123         border: 1px solid #999;
124         background-color: #fff;
125         color: #999;
126         font-weight: bold;
127         font-size: 16px;
128         }
129         
130 button:hover {
131         background-image: none;
132         background-color: #fff;
133 }
134
135 #smtpButtonGroup img {
136 }
137
138  #smtpButtonGroup button
139 {
140     height: 40px;
141 }
142 .yui-button .first-child{
143 border: none;
144 }
145
146 .yui-button button, .yui-button a {
147         border: 1px solid #ccc;
148         color: #999;
149         font-weight: bold;
150         font-size: 16px;
151 }
152 .yui-button button:hover, .yui-button a:hover {
153         border: 1px solid #999;
154         color: #999;
155         font-weight: bold;
156         font-size: 16px;
157 }
158
159 .yui-button {
160 border-width: 0px;
161 }
162
163 .yui-radio-button-checked button, .yui-checkbox-button-checked button {
164         background-color: #fff;
165         color: #999;
166 }
167
168 div.screen .view td a 
169 {
170     font-size: 14px;
171 }
172 .userWizWelcome {margin: 10px -30px 0pt 0pt; width: 770px;}
173 #userWizFrame {width: 770px; height: 325px; border: none;}