mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-03 15:05:05 -05:00
fixed columns to stay wide and droppable when empty
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<script type="text/javascript" src="../../ui/ui.sortable.js"></script>
|
||||
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||
<style type="text/css">
|
||||
.column { width: 170px; float: left; }
|
||||
.column { width: 170px; float: left; padding-bottom: 100px; }
|
||||
.portlet { margin: 1em; }
|
||||
.portlet-header { margin: 0.3em; padding-left: 0.2em; }
|
||||
.portlet-header .ui-icon { float: right; }
|
||||
|
||||
Reference in New Issue
Block a user