diff css/mee.css @ 21:1370e3378a00

Theming: Add some styles to accomodate Views-based libraries.
author Franck Deroche <defr@ows.fr>
date Tue, 29 Dec 2009 13:51:23 +0000
parents 464f6a6e0e7f
children ebfe52029f74
line wrap: on
line diff
--- a/css/mee.css	Mon Dec 21 09:59:01 2009 +0000
+++ b/css/mee.css	Tue Dec 29 13:51:23 2009 +0000
@@ -26,13 +26,18 @@
   float: right;
   width: 25%;
 }
-.dnd-library-wrapper .header {
+.dnd-library-wrapper .header,
+.dnd-library-wrapper .view-filters {
   padding: 3px 4px;
   background-color: #ccc;
   border-top: 1px solid #aaa;
   border-left: 1px solid #aaa;
   border-right: 1px solid #aaa;
 }
+
+.mee-wrap-editor-library .dnd-library-wrapper .views-exposed-form .form-item {
+  width: auto;
+}
 .dnd-library-wrapper .view-filters, 
 .dnd-library-wrapper .view-filters input,
 .dnd-library-wrapper .view-filters select
@@ -46,7 +51,9 @@
 .dnd-library-wrapper .header form {
   font-size: 10px;
 }
-.dnd-library-wrapper .footer {
+.dnd-library-wrapper .footer,
+.dnd-library-wrapper .item-list .pager {
+  margin: 0;
   border-left: 1px solid #aaa;
   border-right: 1px solid #aaa;
   border-bottom: 1px solid #aaa;