/** * Copyright (c) 2005 Margaret Early, The Multiliteracy Project. * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.txt. * * Drag and drop styles. * * $Id: drag.css,v 1.4 2005/11/27 23:28:48 celina Exp $ */ .slide { position: relative; float: left; padding: 0px; margin: 0px 5px 5px 0px; width: 110px; height: 110px; background-color: #EEE; border: 1px solid #000; } .slide div.thumb { padding: 5px 0px 5px 0px; height: 110px; width: 110px; text-align: center; overflow: hidden; cursor: move; }