diff dnd_test/dnd_test.css @ 21:69db20fdbac2

Cleanup and refactoring.
author David Eads <eads@chicagotech.org>
date Tue, 10 Mar 2009 13:46:49 -0500
parents a5b2b9fa2a1a
children
line wrap: on
line diff
--- a/dnd_test/dnd_test.css	Sun Mar 08 20:29:57 2009 -0500
+++ b/dnd_test/dnd_test.css	Tue Mar 10 13:46:49 2009 -0500
@@ -132,3 +132,23 @@
 .dnd-library-wrapper .editor-item.dnd-child-inserted {
   background-color: #ccc;
 }
+.dnd-editor-preview h2.title {
+  font-size: 1em;
+  font-weight: bold;
+  margin-bottom: 0.5em;
+}
+.dnd-editor-preview .media-preview { 
+  float: left;
+  width: 125px;
+}
+
+.dnd-editor-preview .media-meta {
+  float: left;
+  width: 225px;
+  margin-right: 20px;
+}
+
+.dnd-editor-preview .attribution {
+  font-size: .875em;
+  margin-bottom: .5em;
+}