fixed columns to stay wide and droppable when empty

This commit is contained in:
Richard Worth 2009-01-09 00:30:23 +00:00
parent 27360421ce
commit c81e63f517

View File

@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/ui.sortable.js"></script> <script type="text/javascript" src="../../ui/ui.sortable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" /> <link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css"> <style type="text/css">
.column { width: 170px; float: left; } .column { width: 170px; float: left; padding-bottom: 100px; }
.portlet { margin: 1em; } .portlet { margin: 1em; }
.portlet-header { margin: 0.3em; padding-left: 0.2em; } .portlet-header { margin: 0.3em; padding-left: 0.2em; }
.portlet-header .ui-icon { float: right; } .portlet-header .ui-icon { float: right; }