comparison 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
comparison
equal deleted inserted replaced
20:97a888cb817c 21:1370e3378a00
24 } 24 }
25 .dnd-library-wrapper { 25 .dnd-library-wrapper {
26 float: right; 26 float: right;
27 width: 25%; 27 width: 25%;
28 } 28 }
29 .dnd-library-wrapper .header { 29 .dnd-library-wrapper .header,
30 .dnd-library-wrapper .view-filters {
30 padding: 3px 4px; 31 padding: 3px 4px;
31 background-color: #ccc; 32 background-color: #ccc;
32 border-top: 1px solid #aaa; 33 border-top: 1px solid #aaa;
33 border-left: 1px solid #aaa; 34 border-left: 1px solid #aaa;
34 border-right: 1px solid #aaa; 35 border-right: 1px solid #aaa;
35 } 36 }
37
38 .mee-wrap-editor-library .dnd-library-wrapper .views-exposed-form .form-item {
39 width: auto;
40 }
36 .dnd-library-wrapper .view-filters, 41 .dnd-library-wrapper .view-filters,
37 .dnd-library-wrapper .view-filters input, 42 .dnd-library-wrapper .view-filters input,
38 .dnd-library-wrapper .view-filters select 43 .dnd-library-wrapper .view-filters select
39 .dnd-library-wrapper .view-filters textarea { 44 .dnd-library-wrapper .view-filters textarea {
40 font-size: .875em; 45 font-size: .875em;
44 font-weight: bold; 49 font-weight: bold;
45 } 50 }
46 .dnd-library-wrapper .header form { 51 .dnd-library-wrapper .header form {
47 font-size: 10px; 52 font-size: 10px;
48 } 53 }
49 .dnd-library-wrapper .footer { 54 .dnd-library-wrapper .footer,
55 .dnd-library-wrapper .item-list .pager {
56 margin: 0;
50 border-left: 1px solid #aaa; 57 border-left: 1px solid #aaa;
51 border-right: 1px solid #aaa; 58 border-right: 1px solid #aaa;
52 border-bottom: 1px solid #aaa; 59 border-bottom: 1px solid #aaa;
53 background-color: #ccc; 60 background-color: #ccc;
54 } 61 }