1
0

Minor layout fixes for data import.

This commit is contained in:
Matthias Mees
2013-02-18 19:34:02 +01:00
parent 5e0c752f37
commit 4d144a10b1
2 changed files with 14 additions and 6 deletions

View File

@ -833,6 +833,8 @@ input[type=checkbox] { margin-right: .4em; }
margin-bottom: .75em;
}
.importer_data dd { margin-bottom: .75em; }
.comment_data,
.comment_data dt,
.template_info dt,
@ -1146,6 +1148,11 @@ fieldset p,
.media_file_meta,
.image_resize_hint p { margin: 0; }
.importer_data .clearfix>div {
margin-top: 0;
margin-bottom: 0;
}
.actions,
.edit_actions {
margin-top: .35em;