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