19 lines
354 B
CSS
19 lines
354 B
CSS
/* $Id$ */
|
|
|
|
/* 'Manage fields' overview */
|
|
#field-overview .label-add-new-field,
|
|
#field-overview .label-add-existing-field {
|
|
float: left; /* LTR */
|
|
}
|
|
#field-overview tr.add-new .tabledrag-changed {
|
|
display: none;
|
|
}
|
|
#field-overview tr.add-new .description {
|
|
margin-bottom: 0;
|
|
}
|
|
#field-overview .new {
|
|
font-weight: bold;
|
|
padding-bottom: .5em;
|
|
}
|
|
|