From ccfbe6e1583f70ce752b2774b86fae3951d8816c Mon Sep 17 00:00:00 2001 From: Julian Seidenberg Date: Tue, 7 Aug 2012 17:38:57 +1200 Subject: [PATCH] ENHANCEMENT: hiding the field that filters by last changed, because it is very confusing what to enter into that field to do the filtering --- css/DMSMainCMS.css | 2 ++ scss/DMSMainCMS.scss | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/css/DMSMainCMS.css b/css/DMSMainCMS.css index 7c576b9..68551f0 100644 --- a/css/DMSMainCMS.css +++ b/css/DMSMainCMS.css @@ -8,3 +8,5 @@ .DMSDocumentAddController .ui-tabs ul.ui-tabs-nav { border-bottom: none; float: right; margin: 8px 0 -1px 0; padding: 0 24px 0 0; } .DMSDocumentAddController .ui-tabs ul.ui-tabs-nav li { padding-bottom: 1px; border: 1px solid #C0C0C2; } .DMSDocumentAddController .ui-tabs ul.ui-tabs-nav li a { padding: 8px 20px 8px; } + +#Form_EditForm_Documents input[name="filter[LastChanged]"] { display: none; } diff --git a/scss/DMSMainCMS.scss b/scss/DMSMainCMS.scss index 7bbb256..190bdb8 100644 --- a/scss/DMSMainCMS.scss +++ b/scss/DMSMainCMS.scss @@ -38,4 +38,9 @@ } } } +} + + +#Form_EditForm_Documents input[name="filter[LastChanged]"] { + display: none; } \ No newline at end of file