diff 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
line wrap: on
line diff
--- a/css/mee.css	Wed Jun 03 15:02:37 2009 +0200
+++ b/css/mee.css	Thu Jun 04 12:59:55 2009 +0200
@@ -2,10 +2,15 @@
   float: left;
   width: 100%;
 }
-.mee-wrap-editor-library .form-item {
-  float: left;
+.mee-wrap-editor-library .form-item, table.mee-ressource-manager, .mee-filter-form {
   width: 73%;
 }
+.mee-filter-form .form-item {
+  width: 100%;
+}
+.mee-filter-form .form-item .tips li {
+  white-space: normal;
+}
 #scald-dnd-library-form .form-item {
   float: none;
   width: auto;
@@ -21,9 +26,6 @@
   float: right;
   width: 25%;
 }
-.mee-filter-form {
-  clear: left;
-}
 .dnd-library-wrapper .header {
   padding: 3px 4px;
   background-color: #ccc;
@@ -37,7 +39,7 @@
 .dnd-library-wrapper .view-filters textarea {
   font-size: .875em;
 }
-.dnd-library-wrapper .header h3 {
+.dnd-library-wrapper .header h3, .mee-ressource-manager h3 {
   font-size: 12px;
   font-weight: bold;
 }