/
var
/
www
/
html
/
sugar9
/
modules
/
ModuleBuilder
/
tpls
/
MBModule
/
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. */ div.workarea { padding:10px; float:left } ul.draglist { position: relative; width: 200px; height:300px; background: #f7f7f7; border: 1px solid gray; list-style: none; margin:0; padding:0 0 0 0; } ul.draglist li { margin: 1px; cursor: move; } ul.draglist_alt { position: relative; width: 200px; list-style: none; margin:0; padding:0 0 0 0; /* The bottom padding provides the cushion that makes the empty list targetable. Alternatively, we could leave the padding off by default, adding it when we detect that the list is empty. */ padding-bottom:20px; } ul.draglist_alt li { margin: 1px; cursor: move; } li.list1 { background-color: #D1E6EC; border:1px solid #7EA6B2; } li.list2 { background-color: #D8D4E2; border:1px solid #6B4C86; } #user_actions { float:right } .listContainer { padding: 0; margin: 0; list-style: none; }