mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #107 from silverstripe-big-o/silverstripe-cms
--- This is for Trac Ticket #7172 - Styling: AssetAdmin tree doesnt show folder icons
This commit is contained in:
commit
cd514f5c85
@ -35,6 +35,7 @@
|
||||
.cms .AssetAdmin .cms-content-toolbar .cms-page-add-button { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #d9d9d9)); background-image: -webkit-linear-gradient(#f3f3f3, #d9d9d9); background-image: -moz-linear-gradient(#f3f3f3, #d9d9d9); background-image: -o-linear-gradient(#f3f3f3, #d9d9d9); background-image: -ms-linear-gradient(#f3f3f3, #d9d9d9); background-image: linear-gradient(#f3f3f3, #d9d9d9); border-color: #c0c0c2; }
|
||||
.cms .AssetAdmin .cms-content-toolbar .cms-page-add-button span.btn-icon-add { height: 17px; }
|
||||
.cms .AssetAdmin .cms-content-toolbar .cms-page-add-button span.ui-button-text { color: #393939; text-shadow: white 0 1px 1px; }
|
||||
.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.bottom-all { padding: 0.7em; }
|
||||
.cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail { padding: 0; width: 32px; height: 32px; display: block; }
|
||||
|
BIN
images/blue-folder-horizontal.png
Executable file
BIN
images/blue-folder-horizontal.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 375 B |
@ -67,6 +67,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
|
||||
#Form_EditForm_File {
|
||||
td {
|
||||
// Taken care of by minimum image sizes
|
||||
|
Loading…
Reference in New Issue
Block a user