comparison css/mee.css @ 10:5328b450f7b7

Small but noticeable improvement to the library look
author Franck Deroche <franck@defr.org>
date Wed, 03 Jun 2009 15:02:37 +0200
parents 57e611f691eb
children 272628486e75
comparison
equal deleted inserted replaced
9:57e611f691eb 10:5328b450f7b7
57 .dnd-library-wrapper .library { 57 .dnd-library-wrapper .library {
58 border: 1px solid #aaa; 58 border: 1px solid #aaa;
59 float: left; 59 float: left;
60 } 60 }
61 .dnd-library-wrapper .editor-item { 61 .dnd-library-wrapper .editor-item {
62 border-bottom: 2px solid #fff; 62 border: 1px solid #aaa;
63 background-color: #ddd; 63 border-bottom: 0;
64 background-color: #eee;
64 clear: left; 65 clear: left;
65 } 66 }
66 .dnd-library-wrapper .editor-item > div { 67 .dnd-library-wrapper .editor-item > div {
67 padding: 3px; 68 padding: 3px;
68 } 69 }