/
var
/
www
/
html
/
sugar13
/
modules
/
Project
/
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. */ #projectTable td, #projectTable th, #gantt td { border: 1px inset var(--border-color); } #projectTable th, #projectTable td[scope=row], #gantt tr[bgcolor] td, #gantt tr#header_row td { background: var(--headerpane-background); } /* gantt styles */ table.days { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; } td.days { border-top: 1px solid #dfdfdf !important; border-bottom: 1px solid #dfdfdf !important; border-left: 0px !important; border-right: 0px !important; } td.sunday { border-top: 1px solid #dfdfdf !important; border-bottom: 1px solid #dfdfdf !important; border-left: 1px solid #dfdfdf !important; border-right: 0px !important; } td.saturday { border-top: 1px solid #dfdfdf !important; border-bottom: 1px solid #dfdfdf !important; border-left: 0px !important; border-right: 1px solid #dfdfdf !important; } td.date { width: 100%; padding: 0px; border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; font-size: 10px; } tr.empty { height: 2px; } div.completed { background-color: #777777; float: left; width: 100%; line-height: 10px; margin-top: 4px; } div.inprogress { background-color: #002E4D; float: left; width: 100%; line-height: 10px; margin-top: 4px; } div.inprogress_bar { background-color: #ff0000; float: left; width: 100%; line-height: 10px; margin-top: 4px; } div.notstarted { background-color: #cccccc; float: left; width: 100%; line-height: 10px; margin-top: 4px; } div.indent_left { background-color: #000000; float: left; line-height: 10px; margin-top: 4px; } div.parent { background-color: #000000; float: left; margin-top: 4px; line-height: 4px; } div.indent_right { background-color: #000000; float: right; line-height: 10px; margin-top: 4px; } #horizWrapper {position:relative; margin-left:60px;width:218px;float:left;} #horizBGDiv {position:relative; top:60px; background:url(horizBg.png) no-repeat; height:26px; width:218px;zindex:5 } #horizHandleDiv { position:absolute; left: 100px; /* the default position is the center of the bg */ top: 8px; /* force the image down a bit */ cursor:default; width:18px; height:18px; } /* end gantt styles */ /* Project Divs */ #project_container{ position:relative; width:100%; height:100%; } #grid_space{ position:absolute; left:0px; top:0px; width:600px; height:100%; overflow-x:auto; overflow-y:hidden; } #grid_space table { border-collapse:separate; border: 1px solid gray; border-spacing:0; } #grid_space table select, #grid_space table input{ border:0; padding:0; margin:0; height:23px; } #gantt_area{ margin-left:504px; margin-right:0px; height:100%; overflow:auto; } #gantt_area table { border-collapse:separate; border: 1px solid gray; border-spacing:0; } #gantt_area table td div.tasknum { height:23px; vertical-align:middle; } #resizer{ top:0px; position:absolute; width:3px; height:100%; background:#C0C0C0; } /* End Project Divs */ .menu{ z-index:100; } .subDmenu{ z-index:100; }