Mercurial > defr > drupal > scald > dnd
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:cee053085755 | 2:5a44c430b7ac |
---|---|
1 .body-field-wrapper { | |
2 float: left; | |
3 width: 100%; | |
4 } | |
5 | |
6 #edit-body-dnd-library { | |
7 float: left; | |
8 width: 15%; | |
9 text-align: center; | |
10 } | |
11 #edit-body-dnd-library img { | |
12 display: block; | |
13 margin: 2px auto; | |
14 } | |
15 #edit-body-dnd-library .library a { | |
16 color: #000; | |
17 display: block; | |
18 padding: 4px; | |
19 margin-bottom: 6px; | |
20 text-decoration: none; | |
21 } | |
22 #edit-body-wrapper { | |
23 float: left; | |
24 width: 85%; | |
25 } |