silverstripe-dms/scss/DMSMainCMS.scss

24 lines
359 B
SCSS

//data-icon="cross-circle"
#Root_Documents{
table{
white-space:normal;
th{
&.col-action_SetOrderTitle, &.col-FilenameWithoutID{
width: 300px;
}
}
td{
white-space:normal;
}
td.col-buttons{
white-space:nowrap;
.dms-delete-link-only{
.ui-icon{
background: url(../images/chain-unchain.png) no-repeat;
}
}
}
}
}