mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
fixed columns to stay wide and droppable when empty
This commit is contained in:
parent
27360421ce
commit
c81e63f517
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user