We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb72fd commit 101513dCopy full SHA for 101513d
demos/sortable/connect-lists.html
@@ -11,8 +11,22 @@
11
<script src="../../ui/sortable.js"></script>
12
<link rel="stylesheet" href="../demos.css">
13
<style>
14
- #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0 0 2.5em; float: left; margin-right: 10px; }
15
- #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 120px; }
+ #sortable1, #sortable2 {
+ border: 1px solid #eee;
16
+ width: 142px;
17
+ min-height: 20px;
18
+ list-style-type: none;
19
+ margin: 0;
20
+ padding: 5px 0 0 0;
21
+ float: left;
22
+ margin-right: 10px;
23
+ }
24
+ #sortable1 li, #sortable2 li {
25
+ margin: 0 5px 5px 5px;
26
+ padding: 5px;
27
+ font-size: 1.2em;
28
+ width: 120px;
29
30
</style>
31
<script>
32
$(function() {
0 commit comments