comparison css/mee.css @ 14:50a57b1517cb

Fully working MEE, with Ressource Manager & all
author Franck Deroche <franck@defr.org>
date Fri, 18 Sep 2009 15:18:53 +0200
parents da5d54d099b1
children 464f6a6e0e7f
comparison
equal deleted inserted replaced
13:842d89897cb4 14:50a57b1517cb
1 .mee-wrap-editor-library { 1 .mee-wrap-editor-library {
2 float: left; 2 float: left;
3 width: 100%; 3 width: 100%;
4 } 4 }
5 .mee-wrap-editor-library .form-item, table.mee-ressource-manager, .mee-filter-form { 5 .mee-wrap-editor-library .form-item, table.mee-ressource-manager, .mee-filter-form, .dnd-fields-wrapper {
6 width: 73%; 6 width: 73%;
7 } 7 }
8 .mee-filter-form .form-item { 8 .mee-filter-form .form-item, .mee-wrap-editor-library .dnd-fields-wrapper {
9 width: 100%; 9 width: 100%;
10 } 10 }
11 .mee-filter-form .form-item .tips li { 11 .mee-filter-form .form-item .tips li {
12 white-space: normal; 12 white-space: normal;
13 } 13 }
20 } 20 }
21 #scald-dnd-library-form .form-checkboxes .form-item { 21 #scald-dnd-library-form .form-checkboxes .form-item {
22 display: inline; 22 display: inline;
23 white-space: normal; 23 white-space: normal;
24 } 24 }
25 .mee-wrap-editor-library .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 padding: 3px 4px; 30 padding: 3px 4px;
168 } 168 }
169 .dnd-editor-preview .attribution { 169 .dnd-editor-preview .attribution {
170 font-size: .875em; 170 font-size: .875em;
171 margin-bottom: .5em; 171 margin-bottom: .5em;
172 } 172 }
173 .sdl-preview-item dt {
174 font-weight: bold;
175 }
176 .sdl-preview-item dd {
177 margin-left: 1em;
178 }
179 .sdl-preview-item div.image {
180 float: left;
181 }
173 /* Fix for Garland */ 182 /* Fix for Garland */
174 #center .dnd-library-wrapper form { 183 #center .dnd-library-wrapper form {
175 margin: 0; 184 margin: 0;
176 } 185 }