9 lines
144 B
CSS
9 lines
144 B
CSS
|
/* $Id$ */
|
||
|
|
||
|
/* 'Manage fields' overview */
|
||
|
#field-overview .label-add-new-field,
|
||
|
#field-overview .label-add-existing-field {
|
||
|
float: right;
|
||
|
}
|
||
|
|