comparison 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
comparison
equal deleted inserted replaced
20:89fe0aca43d4 21:69db20fdbac2
130 padding: 4px 0; 130 padding: 4px 0;
131 } 131 }
132 .dnd-library-wrapper .editor-item.dnd-child-inserted { 132 .dnd-library-wrapper .editor-item.dnd-child-inserted {
133 background-color: #ccc; 133 background-color: #ccc;
134 } 134 }
135 .dnd-editor-preview h2.title {
136 font-size: 1em;
137 font-weight: bold;
138 margin-bottom: 0.5em;
139 }
140 .dnd-editor-preview .media-preview {
141 float: left;
142 width: 125px;
143 }
144
145 .dnd-editor-preview .media-meta {
146 float: left;
147 width: 225px;
148 margin-right: 20px;
149 }
150
151 .dnd-editor-preview .attribution {
152 font-size: .875em;
153 margin-bottom: .5em;
154 }