comparison css/mee.css @ 11:272628486e75

Adding the MEE Ressource Manager !
author Franck Deroche <franck@defr.org>
date Thu, 04 Jun 2009 12:59:55 +0200
parents 5328b450f7b7
children da5d54d099b1
comparison
equal deleted inserted replaced
10:5328b450f7b7 11:272628486e75
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 { 5 .mee-wrap-editor-library .form-item, table.mee-ressource-manager, .mee-filter-form {
6 float: left;
7 width: 73%; 6 width: 73%;
7 }
8 .mee-filter-form .form-item {
9 width: 100%;
10 }
11 .mee-filter-form .form-item .tips li {
12 white-space: normal;
8 } 13 }
9 #scald-dnd-library-form .form-item { 14 #scald-dnd-library-form .form-item {
10 float: none; 15 float: none;
11 width: auto; 16 width: auto;
12 } 17 }
19 } 24 }
20 .mee-wrap-editor-library .dnd-library-wrapper { 25 .mee-wrap-editor-library .dnd-library-wrapper {
21 float: right; 26 float: right;
22 width: 25%; 27 width: 25%;
23 } 28 }
24 .mee-filter-form {
25 clear: left;
26 }
27 .dnd-library-wrapper .header { 29 .dnd-library-wrapper .header {
28 padding: 3px 4px; 30 padding: 3px 4px;
29 background-color: #ccc; 31 background-color: #ccc;
30 border-top: 1px solid #aaa; 32 border-top: 1px solid #aaa;
31 border-left: 1px solid #aaa; 33 border-left: 1px solid #aaa;
35 .dnd-library-wrapper .view-filters input, 37 .dnd-library-wrapper .view-filters input,
36 .dnd-library-wrapper .view-filters select 38 .dnd-library-wrapper .view-filters select
37 .dnd-library-wrapper .view-filters textarea { 39 .dnd-library-wrapper .view-filters textarea {
38 font-size: .875em; 40 font-size: .875em;
39 } 41 }
40 .dnd-library-wrapper .header h3 { 42 .dnd-library-wrapper .header h3, .mee-ressource-manager h3 {
41 font-size: 12px; 43 font-size: 12px;
42 font-weight: bold; 44 font-weight: bold;
43 } 45 }
44 .dnd-library-wrapper .header form { 46 .dnd-library-wrapper .header form {
45 font-size: 10px; 47 font-size: 10px;