mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
6 lines
403 B
CSS
6 lines
403 B
CSS
|
#Root_Documents table { white-space: normal; }
|
||
|
#Root_Documents table th.col-action_SetOrderTitle, #Root_Documents table th.col-FilenameWithoutID { width: 300px; }
|
||
|
#Root_Documents table td { white-space: normal; }
|
||
|
#Root_Documents table td.col-buttons { white-space: nowrap; }
|
||
|
#Root_Documents table td.col-buttons .dms-delete-link-only .ui-icon { background: url(../images/chain-unchain.png) no-repeat; }
|