mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
24 lines
359 B
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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|