diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dnd_test/dnd_test.css	Tue Feb 17 15:34:56 2009 -0600
@@ -0,0 +1,25 @@
+.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%;
+}