MINOR: Remove padding-left from DMS gridfield in main document tab

This commit is contained in:
Ryan O'Hara 2012-08-07 17:02:51 +12:00
parent 3f01b03759
commit 8e90926c6c
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#Root_Documents { padding-left: 0; }
#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; }

View File

@ -1,6 +1,7 @@
//data-icon="cross-circle"
#Root_Documents{
padding-left: 0;
table{
white-space:normal;
th{