1
0

Something like a layout for creating/editing groups.

This commit is contained in:
Matthias Mees
2013-01-14 17:40:17 +01:00
parent 2235c90136
commit e78fe1e233
2 changed files with 8 additions and 8 deletions

View File

@ -434,7 +434,9 @@ label > span,
.msg_dialogue,
#serendipity_category .form_multiselect label,
#image_directory_edit_form .form_select label,
#uploadform label { display: block; }
#uploadform label,
#serendipity_admin_groups .form_field label,
#serendipity_admin_groups .form_select label { display: block; }
.image_resize_hint p { display: inline; }
@ -960,6 +962,7 @@ summary { cursor: pointer; }
/* CONTENT
----------------------------------------------------------------- */
#serendipity_admin_groups br,
.image_add_form br {
display: none;
visibility: hidden;