Skip to content

Instantly share code, notes, and snippets.

@raulsouzalima
Created February 24, 2010 15:10
Show Gist options
  • Save raulsouzalima/313499 to your computer and use it in GitHub Desktop.
Save raulsouzalima/313499 to your computer and use it in GitHub Desktop.
/* Draggable */
div.box_draggable { width:100%; overflow:auto; }
div.box_draggable div.column { min-height:30px; overflow:auto; float:left; }
div.box_draggable div.column2 { width:480px; min-width:480px; }
div.box_draggable div.column2:first-child { margin-right:10px; }
div.box_draggable div.column3 { width:315px; min-width:315px; }
div.box_draggable > div.column3 { margin-left:12px; }
div.box_draggable div.column3:first-child { margin-left:0; }
div.box_draggable div.item_drag { width:100%; margin:0 auto 10px auto; display:block; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment