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