annotate dnd_test/dnd_test.css @ 2:5a44c430b7ac

Added dnd_test module, tons and tons of fixes and changes.
author David Eads <eads@chicagotech.org>
date Tue, 17 Feb 2009 15:34:56 -0600
parents
children c2eb995212bf
rev   line source
eads@2 1 .body-field-wrapper {
eads@2 2 float: left;
eads@2 3 width: 100%;
eads@2 4 }
eads@2 5
eads@2 6 #edit-body-dnd-library {
eads@2 7 float: left;
eads@2 8 width: 15%;
eads@2 9 text-align: center;
eads@2 10 }
eads@2 11 #edit-body-dnd-library img {
eads@2 12 display: block;
eads@2 13 margin: 2px auto;
eads@2 14 }
eads@2 15 #edit-body-dnd-library .library a {
eads@2 16 color: #000;
eads@2 17 display: block;
eads@2 18 padding: 4px;
eads@2 19 margin-bottom: 6px;
eads@2 20 text-decoration: none;
eads@2 21 }
eads@2 22 #edit-body-wrapper {
eads@2 23 float: left;
eads@2 24 width: 85%;
eads@2 25 }