From 97489b6b18d05701bb90df2446c612f436fe03a8 Mon Sep 17 00:00:00 2001 From: jonom Date: Fri, 31 May 2013 18:12:19 -0500 Subject: [PATCH] Allow asset admin styles to be used in 'Choose another file' dialogue of UploadField I've added thumbnails to the 'Choose another file' dialogue, this style change allows for that gridfield to be styled the same way with compact rows --- scss/_AssetAdmin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_AssetAdmin.scss b/scss/_AssetAdmin.scss index 5bd1599b..94422781 100644 --- a/scss/_AssetAdmin.scss +++ b/scss/_AssetAdmin.scss @@ -37,7 +37,7 @@ } } - #Form_EditForm_File { + .cms table.ss-gridfield-table { td { // Taken care of by minimum image sizes padding-top: 0;