# HG changeset patch # User Franck Deroche # Date 1243968993 -7200 # Node ID b1e3bfc2f5e8cd258a330cc419cb56c571b1685f # Parent 2ef0d9a3eeba9390c41b6f211a153f7cc04fa132 Simplify default layout, clean up the CSS. diff -r 2ef0d9a3eeba -r b1e3bfc2f5e8 css/mee.css --- 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; }