MINOR Removed duplicate AssetAdmin.scss file

This commit is contained in:
Ingo Schommer 2012-03-02 15:22:38 +01:00
parent 18e612e65b
commit 75694726d9

View File

@ -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;
}
}
}