1
0

Some layout for editing dirs in media db.

This commit is contained in:
Matthias Mees
2013-01-05 22:17:18 +01:00
parent dba59f32ad
commit 6da68ea87e
2 changed files with 26 additions and 18 deletions

View File

@ -662,7 +662,8 @@ figcaption { font-weight: bold; }
.block_level,
.form_multiselect label,
label > span { display: block; }
label > span,
#image_directory_edit_form .form_select label { display: block; }
label > span,
input[type=checkbox] + label,
@ -1108,6 +1109,11 @@ fieldset p,
width: 48%;
}
#image_directory_edit_form>.clearfix>div {
float: left;
margin: 0 5% 0 0;
}
#template_select .odd,
.media_pane .odd { clear: left; }
}