/
var
/
www
/
html
/
sugardemo
/
modules
/
ModuleBuilder
/
tpls
/
Upload File
HOME
/* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ button, .button { overflow:visible; } .mbTable{ width:100% } .mbTd{ vertical-align:top } .mbLBL{ vertical-align:top; text-align:right; width:1%; font-weight: bold; white-space:nowrap; } .mbLBL .labels-cell { padding: 0 1em 0 0; } .mbLBL .labels-cell .inlineHelpTip { margin: 0; } .align-right { text-align: right; } .align-left { text-align: left; } .mbLBLL{ vertical-align:top; text-align:left; width:1%; font-weight: bold; white-space:nowrap; } .crumbLink { color: #444; } a.crumbLink { text-decoration: none; } .wizardButton { border:0px; } .relTable{ border:0px solid white; padding: 4px 8px 4px 8px; } .relform .edit tr td[scope="row"] { text-align:right; } .wizardButton TD{ border:1px solid white; padding: 0px 0px 0px 0px; background-color:white; } .wizardButton TD:hover { border:1px solid darkgray; background-color:white; cursor:pointer } .wizardButtonDown TD { border:1px solid black; background-color:lightgray; cursor:pointer } a.studiolink {font-weight: normal; text-decoration:none; text-align:center} div.bodywrapper{padding: 4px 4px 4px 4px} img.left_icon { float:left; margin:0px 2px; } img.right_icon { float:right; margin:0px 2px; } .oddListRowS1{ background-color:WhiteSmoke; } #mbfooter .yui-layout-hd, #mbfooter .yui-layout-hd td { border-bottom-width: 1px; background-image:url(../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=tabRowBg.png); background-position:0 -9px; border-width: 1px; height: 30px; font-size:8px; font-weight:normal; } #mbfooter .yui-layout-hd td a.copyRightLink { font-size:8px; } #mbfooter div.yui-layout-hd h2 { padding-top: 0; } #mbhelp { padding-left: 5px; } #yui-history-iframe { position:absolute; top:0; left:0; width:1px; height:1px; visibility:hidden; } #mblayout .yui-content { padding: 0; background-image: none; } #mblayout .yui-navset { overflow-y: hidden; } #mblayout .yui-dt-scrollable .yui-dt-hd { position: static; } input[disabled], select[disabled], input[readonly] { background-color: var(--input-disabled-background); cursor: no-drop; }