Mercurial > defr > drupal > scald > mee
diff css/mee.css @ 7:b1e3bfc2f5e8
Simplify default layout, clean up the CSS.
| author | Franck Deroche <franck@defr.org> |
|---|---|
| date | Tue, 02 Jun 2009 20:56:33 +0200 |
| parents | 814c6ce77297 |
| children | c3b22723b82f |
line wrap: on
line diff
--- a/css/mee.css Tue Apr 28 10:19:16 2009 +0200 +++ b/css/mee.css Tue Jun 02 20:56:33 2009 +0200 @@ -10,9 +10,6 @@ float: right; width: 25%; } -.dnd-library-wrapper { - margin-top: 1em; -} .dnd-library-wrapper .header { padding: 3px 4px; background-color: #ccc; @@ -45,33 +42,27 @@ float: left; } .dnd-library-wrapper .editor-item { - float: left; border-bottom: 2px solid #fff; background-color: #ddd; + clear: left; } .dnd-library-wrapper .editor-item > div { padding: 3px; } .dnd-library-wrapper div.image { float: left; - width: 32px; + width: 48px; padding-left: 4px; line-height: 1; } -.dnd-library-wrapper div.meta { - float: left; - width: 149px; - line-height: 1.2; -} .dnd-library-wrapper .title { font-weight: bold; font-size: 12px; } .dnd-library-wrapper .date, .dnd-library-wrapper .author { font-size: 10px; - float: left; - margin-top: .5em; } + .dnd-library-wrapper .author { margin-right: 1em; }
