]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/ModuleBuilder/tpls/MB.css
Release 6.5.0
[Github/sugarcrm.git] / modules / ModuleBuilder / tpls / MB.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 button, .button {
37         overflow:visible;
38 }
39
40 .mbTable{
41         width:100%
42 }
43 .mbTd{
44         vertical-align:top
45 }
46 .mbLBL{
47         vertical-align:top;
48         text-align:right;
49         width:1%;
50         font-weight: bold;
51         white-space:nowrap;
52 }
53 .mbLBLL{
54         vertical-align:top;
55         text-align:left;
56         width:1%;
57         font-weight: bold;
58         white-space:nowrap;
59 }
60 .crumbLink {
61         color: #444;
62 }
63 a.crumbLink {
64         text-decoration: none;
65 }
66 .wizardButton {
67 border:0px;
68
69 }
70 .relTable{
71 border:0px solid white;
72 padding: 4px 8px 4px 8px;
73 }
74
75 .relform .edit tr td[scope="row"] {
76     text-align:right;   
77 }
78
79 .wizardButton TD{
80 border:1px solid white;
81 padding: 0px 0px 0px 0px;
82 background-color:white;
83 }
84 .wizardButton TD:hover    {
85 border:1px solid darkgray;
86 background-color:white;
87 cursor:pointer
88 }
89 .wizardButtonDown TD   {
90 border:1px solid black;
91 background-color:lightgray;
92 cursor:pointer
93 }
94 a.studiolink {font-weight: normal; text-decoration:none; text-align:center}
95 div.bodywrapper{padding: 4px 4px 4px 4px}
96
97 img.left_icon {
98     float:left;
99     margin:0px 2px;
100 }
101
102 img.right_icon {
103     float:right;
104     margin:0px 2px;
105 }
106
107 .oddListRowS1{
108         background-color:WhiteSmoke;
109 }
110
111 #mbfooter .yui-layout-hd, #mbfooter .yui-layout-hd td {
112     border-bottom-width: 1px;
113     background-image:url(../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=tabRowBg.png);
114     background-position:0 -9px;
115     border-width: 1px;
116     height: 30px;
117     font-size:8px;
118     font-weight:normal;
119 }
120
121 #mbfooter .yui-layout-hd td a.copyRightLink {
122     font-size:8px;
123 }
124
125 #mbfooter div.yui-layout-hd h2 {
126     padding-top: 0;     
127 }
128
129 #mbhelp {
130     padding-left: 5px;
131 }
132
133 #yui-history-iframe { 
134     position:absolute; 
135     top:0; left:0; 
136     width:1px; height:1px; 
137     visibility:hidden; 
138 }
139
140 #mblayout .yui-content {
141         padding: 0;
142         background-image: none;
143 }
144
145 #mblayout .yui-navset {
146     overflow-y: hidden;
147 }
148
149 #mblayout .yui-dt-scrollable .yui-dt-hd {
150     position: static;
151 }
152
153 input[disabled], select[disabled]{
154     background-color: #EEE;
155 }