Minor CSS fixes for template display.

This commit is contained in:
Matthias Mees 2013-01-03 16:06:04 +01:00
parent 8361a9648b
commit b0684cb748

View File

@ -854,12 +854,16 @@ summary { cursor: pointer; }
#template_select .preview_image {
float: left;
margin: 0 1em 1em 0;
/* TESTING */
overflow: hidden;
height: 100px;
width: 100px;
}
.template_info {
float: left;
margin-top: 0;
}
.template_info { float: left; }
.template_info,
.template_info dl { margin: 0; }
.actions li {
display: inline-block;