view dnd_test/dnd_test.css @ 3:5df0783706f7

Reorganized layout of module and repo a bit.
author David Eads <eads@chicagotech.org>
date Tue, 17 Feb 2009 15:46:36 -0600
parents 5a44c430b7ac
children c2eb995212bf
line wrap: on
line source
.body-field-wrapper {
  float: left;
  width: 100%;
}

#edit-body-dnd-library {
  float: left;
  width: 15%;
  text-align: center;
}
#edit-body-dnd-library img {
  display: block;
  margin: 2px auto;
}
#edit-body-dnd-library .library a {
  color: #000;
  display: block;
  padding: 4px;
  margin-bottom: 6px;
  text-decoration: none;
}
#edit-body-wrapper {
  float: left;
  width: 85%;
}