mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
4 lines
177 B
CSS
4 lines
177 B
CSS
|
#draggables * { width: 100px; height: 20px; display: block; margin-bottom: 1em; background: #abc; }
|
||
|
#droppable { width: 200px; }
|
||
|
#droppable * { margin: 0.8em; padding: 0.4em; }
|