mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR AssetAdmin tweaks to folder/file thumbnail columns to be tidier
This commit is contained in:
parent
4f78187ff4
commit
a7626829f6
@ -46,7 +46,7 @@
|
|||||||
.cms .AssetAdmin #Root_TreeView .cms-tree ul .class-Folder a span.text span.jstree-foldericon { background: url(../images/blue-folder-horizontal.png) no-repeat; width: 16px; height: 16px; float: left; display: block; margin-right: 4px; }
|
.cms .AssetAdmin #Root_TreeView .cms-tree ul .class-Folder a span.text span.jstree-foldericon { background: url(../images/blue-folder-horizontal.png) no-repeat; width: 16px; height: 16px; float: left; display: block; margin-right: 4px; }
|
||||||
.cms .AssetAdmin #Form_EditForm_File td { padding-top: 0; padding-bottom: 0; }
|
.cms .AssetAdmin #Form_EditForm_File td { padding-top: 0; padding-bottom: 0; }
|
||||||
.cms .AssetAdmin #Form_EditForm_File td.bottom-all { padding: 0.7em; }
|
.cms .AssetAdmin #Form_EditForm_File td.bottom-all { padding: 0.7em; }
|
||||||
.cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail { padding: 0; width: 32px; height: 32px; display: block; }
|
.cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail { padding: 1px 5px; width: 32px; height: 32px; }
|
||||||
.cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail img { width: 32px; height: 32px; }
|
.cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail img { width: 32px; height: 32px; }
|
||||||
.cms .AssetAdmin #Form_EditForm_File tr[data-class=Folder] td.col-StripThumbnail { background: transparent url(../images/treeicons/blue-folder-horizontal.png) no-repeat top left; }
|
.cms .AssetAdmin #Form_EditForm_File tr[data-class=Folder] td.col-StripThumbnail { background: transparent url(../images/treeicons/blue-folder-horizontal.png) no-repeat center; }
|
||||||
.cms .AssetAdmin #Form_EditForm_File tr[data-class=File] td.col-StripThumbnail { background: transparent url(../images/treeicons/blue-document.png) no-repeat top left; }
|
.cms .AssetAdmin #Form_EditForm_File tr[data-class=File] td.col-StripThumbnail { background: transparent url(../images/treeicons/blue-document.png) no-repeat center; }
|
||||||
|
@ -88,10 +88,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
td.col-StripThumbnail {
|
td.col-StripThumbnail {
|
||||||
padding: 0;
|
padding: 1px 5px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
display: block;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
@ -100,12 +99,12 @@
|
|||||||
}
|
}
|
||||||
tr[data-class=Folder] {
|
tr[data-class=Folder] {
|
||||||
td.col-StripThumbnail {
|
td.col-StripThumbnail {
|
||||||
background: transparent url(../images/treeicons/blue-folder-horizontal.png) no-repeat top left;
|
background: transparent url(../images/treeicons/blue-folder-horizontal.png) no-repeat center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tr[data-class=File] {
|
tr[data-class=File] {
|
||||||
td.col-StripThumbnail {
|
td.col-StripThumbnail {
|
||||||
background: transparent url(../images/treeicons/blue-document.png) no-repeat top left;
|
background: transparent url(../images/treeicons/blue-document.png) no-repeat center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user