comparison css/mee.css @ 8:c3b22723b82f

Start to style the library filter form, and add a .js file.
author Franck Deroche <franck@defr.org>
date Wed, 03 Jun 2009 14:39:24 +0200
parents b1e3bfc2f5e8
children 57e611f691eb
comparison
equal deleted inserted replaced
7:b1e3bfc2f5e8 8:c3b22723b82f
3 width: 100%; 3 width: 100%;
4 } 4 }
5 .mee-wrap-editor-library .form-item { 5 .mee-wrap-editor-library .form-item {
6 float: left; 6 float: left;
7 width: 73%; 7 width: 73%;
8 }
9 #scald-dnd-library-form .form-item {
10 float: none;
11 width: auto;
12 }
13 #scald-dnd-library-form .form-checkboxes {
14 margin-top: 0;
15 }
16 #scald-dnd-library-form .form-checkboxes .form-item {
17 display: inline;
18 white-space: normal;
8 } 19 }
9 .mee-wrap-editor-library .dnd-library-wrapper { 20 .mee-wrap-editor-library .dnd-library-wrapper {
10 float: right; 21 float: right;
11 width: 25%; 22 width: 25%;
12 } 23 }
24 font-size: .875em; 35 font-size: .875em;
25 } 36 }
26 .dnd-library-wrapper .header h3 { 37 .dnd-library-wrapper .header h3 {
27 font-size: 12px; 38 font-size: 12px;
28 font-weight: bold; 39 font-weight: bold;
40 }
41 .dnd-library-wrapper .header form {
42 font-size: 10px;
29 } 43 }
30 .dnd-library-wrapper .footer { 44 .dnd-library-wrapper .footer {
31 border-left: 1px solid #aaa; 45 border-left: 1px solid #aaa;
32 border-right: 1px solid #aaa; 46 border-right: 1px solid #aaa;
33 border-bottom: 1px solid #aaa; 47 border-bottom: 1px solid #aaa;