25 lines
495 B
CSS
25 lines
495 B
CSS
/* $Id$ */
|
|
|
|
/* 'Manage fields' overview */
|
|
#field-overview tr.add-new .label-input {
|
|
float: left; /* LTR */
|
|
}
|
|
#field-overview tr.add-new .tabledrag-changed {
|
|
display: none;
|
|
}
|
|
#field-overview tr.add-new .description {
|
|
margin-bottom: 0;
|
|
}
|
|
#field-overview tr.add-new .add-new-placeholder {
|
|
font-weight: bold;
|
|
padding-bottom: .5em;
|
|
}
|
|
|
|
/* Manage display */
|
|
.field-display-overview tr.region-title td {
|
|
font-weight: bold;
|
|
}
|
|
.field-display-overview tr.region-populated {
|
|
display: none;
|
|
}
|