diff css/mee.css @ 9:57e611f691eb

Add a wrapper around the filter form This allows us to add a clear: left; to put it under the rest of the MEE, which unbreaks the layout.
author Franck Deroche <franck@defr.org>
date Wed, 03 Jun 2009 14:53:59 +0200
parents c3b22723b82f
children 5328b450f7b7
line wrap: on
line diff
--- a/css/mee.css	Wed Jun 03 14:39:24 2009 +0200
+++ b/css/mee.css	Wed Jun 03 14:53:59 2009 +0200
@@ -21,6 +21,9 @@
   float: right;
   width: 25%;
 }
+.mee-filter-form {
+  clear: left;
+}
 .dnd-library-wrapper .header {
   padding: 3px 4px;
   background-color: #ccc;