From 75694726d978efe780a8eedb10360266fad461bc Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 2 Mar 2012 15:22:38 +0100 Subject: [PATCH] MINOR Removed duplicate AssetAdmin.scss file --- scss/AssetAdmin.scss | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 scss/AssetAdmin.scss diff --git a/scss/AssetAdmin.scss b/scss/AssetAdmin.scss deleted file mode 100644 index 471a3414..00000000 --- a/scss/AssetAdmin.scss +++ /dev/null @@ -1,19 +0,0 @@ -.cms .AssetAdmin { - #Form_EditForm_File { - td.col-StripThumbnail { - padding: 0; - - img { - width: 32px; - height: 32px; - } - } - tr td.col-StripThumbnail { - // TODO Figure out how to share sprites and SCSS rules between sapphire/admin/scss and cms/scss - background: transparent url(../../sapphire/admin/images/sprites-32x32/blue-folder-horizontal.png) no-repeat top left; - } - td.col-Title { - cursor: pointer; - } - } -} \ No newline at end of file