comparison css/mee.css @ 7:b1e3bfc2f5e8

Simplify default layout, clean up the CSS.
author Franck Deroche <franck@defr.org>
date Tue, 02 Jun 2009 20:56:33 +0200
parents 814c6ce77297
children c3b22723b82f
comparison
equal deleted inserted replaced
6:2ef0d9a3eeba 7:b1e3bfc2f5e8
7 width: 73%; 7 width: 73%;
8 } 8 }
9 .mee-wrap-editor-library .dnd-library-wrapper { 9 .mee-wrap-editor-library .dnd-library-wrapper {
10 float: right; 10 float: right;
11 width: 25%; 11 width: 25%;
12 }
13 .dnd-library-wrapper {
14 margin-top: 1em;
15 } 12 }
16 .dnd-library-wrapper .header { 13 .dnd-library-wrapper .header {
17 padding: 3px 4px; 14 padding: 3px 4px;
18 background-color: #ccc; 15 background-color: #ccc;
19 border-top: 1px solid #aaa; 16 border-top: 1px solid #aaa;
43 .dnd-library-wrapper .library { 40 .dnd-library-wrapper .library {
44 border: 1px solid #aaa; 41 border: 1px solid #aaa;
45 float: left; 42 float: left;
46 } 43 }
47 .dnd-library-wrapper .editor-item { 44 .dnd-library-wrapper .editor-item {
48 float: left;
49 border-bottom: 2px solid #fff; 45 border-bottom: 2px solid #fff;
50 background-color: #ddd; 46 background-color: #ddd;
47 clear: left;
51 } 48 }
52 .dnd-library-wrapper .editor-item > div { 49 .dnd-library-wrapper .editor-item > div {
53 padding: 3px; 50 padding: 3px;
54 } 51 }
55 .dnd-library-wrapper div.image { 52 .dnd-library-wrapper div.image {
56 float: left; 53 float: left;
57 width: 32px; 54 width: 48px;
58 padding-left: 4px; 55 padding-left: 4px;
59 line-height: 1; 56 line-height: 1;
60 }
61 .dnd-library-wrapper div.meta {
62 float: left;
63 width: 149px;
64 line-height: 1.2;
65 } 57 }
66 .dnd-library-wrapper .title { 58 .dnd-library-wrapper .title {
67 font-weight: bold; 59 font-weight: bold;
68 font-size: 12px; 60 font-size: 12px;
69 } 61 }
70 .dnd-library-wrapper .date, .dnd-library-wrapper .author { 62 .dnd-library-wrapper .date, .dnd-library-wrapper .author {
71 font-size: 10px; 63 font-size: 10px;
72 float: left;
73 margin-top: .5em;
74 } 64 }
65
75 .dnd-library-wrapper .author { 66 .dnd-library-wrapper .author {
76 margin-right: 1em; 67 margin-right: 1em;
77 } 68 }
78 .dnd-library-wrapper .editor-item .sizes { 69 .dnd-library-wrapper .editor-item .sizes {
79 float: left; 70 float: left;