# HG changeset patch # User Franck Deroche # Date 1262094683 0 # Node ID 1370e3378a0031dc0c1b6ba08879a03e2cc8b4ad # Parent 97a888cb817c666dadbf13ad5a5befd5fc0657d0 Theming: Add some styles to accomodate Views-based libraries. diff -r 97a888cb817c -r 1370e3378a00 css/mee.css --- 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;