12 lines
224 B
CSS
12 lines
224 B
CSS
.st_record_manager .template .actions .movedown,
|
|
.st_record_manager .template .actions .moveup,
|
|
.st_record_manager .template .actions .remove
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.st_record_manager .actions a + a
|
|
{
|
|
margin-left: 4px;
|
|
}
|