From 8e90926c6c1ec56c2b1bc5995e6018b2fb024871 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Tue, 7 Aug 2012 17:02:51 +1200 Subject: [PATCH] MINOR: Remove padding-left from DMS gridfield in main document tab --- css/DMSMainCMS.css | 1 + scss/DMSMainCMS.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/css/DMSMainCMS.css b/css/DMSMainCMS.css index 1311333..7c576b9 100644 --- a/css/DMSMainCMS.css +++ b/css/DMSMainCMS.css @@ -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; } diff --git a/scss/DMSMainCMS.scss b/scss/DMSMainCMS.scss index a44c317..7bbb256 100644 --- a/scss/DMSMainCMS.scss +++ b/scss/DMSMainCMS.scss @@ -1,6 +1,7 @@ //data-icon="cross-circle" #Root_Documents{ + padding-left: 0; table{ white-space:normal; th{