2012-02-23 20:19:03 +01:00
|
|
|
.cms .AssetAdmin {
|
2012-03-12 22:52:30 +01:00
|
|
|
.cms-content-fields {
|
2012-03-13 04:11:51 +01:00
|
|
|
.cms-edit-form.AssetAdmin {
|
2015-06-16 00:49:19 +02:00
|
|
|
width: 100%;
|
2012-03-13 04:11:51 +01:00
|
|
|
overflow-y:auto; //adds scrolling only to the datagrid
|
|
|
|
}
|
2015-06-16 00:49:19 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* DEPRECATED:
|
|
|
|
* .cms-content-tools will be removed in 4.0
|
|
|
|
* Use .cms-content-filters instead.
|
|
|
|
*/
|
2012-03-13 04:11:51 +01:00
|
|
|
.cms-content-tools .cms-panel-content {
|
|
|
|
overflow:hidden; //removes scollbar from search field in filter
|
|
|
|
.cms-search-form {
|
|
|
|
height:100%; //increases height of search form to accomodate dropdown
|
2012-03-12 22:52:30 +01:00
|
|
|
}
|
2015-06-16 00:49:19 +02:00
|
|
|
}
|
2012-03-12 22:52:30 +01:00
|
|
|
}
|
2012-03-07 21:03:03 +01:00
|
|
|
|
2012-03-07 05:33:15 +01:00
|
|
|
.cms-content-toolbar {
|
|
|
|
.cms-page-add-button {
|
|
|
|
@include background-image (linear-gradient(lighten(#e6e6e6, 5%), darken(#e6e6e6, 5%)));
|
|
|
|
border-color:#c0c0c2;
|
|
|
|
span.btn-icon-add {
|
|
|
|
height:17px;
|
|
|
|
}
|
|
|
|
span.ui-button-text {
|
|
|
|
color:#393939;
|
|
|
|
text-shadow: white 0 1px 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-04-26 02:30:32 +02:00
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-10-15 23:36:31 +02:00
|
|
|
table.ss-gridfield-table {
|
2012-02-23 20:19:03 +01:00
|
|
|
td {
|
|
|
|
// Taken care of by minimum image sizes
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
2012-03-06 03:00:36 +01:00
|
|
|
&.bottom-all {
|
|
|
|
padding:0.7em;
|
|
|
|
}
|
2012-02-23 20:19:03 +01:00
|
|
|
}
|
|
|
|
td.col-StripThumbnail {
|
2012-05-18 04:39:26 +02:00
|
|
|
padding: 1px 5px;
|
2012-02-23 20:19:03 +01:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tr[data-class=Folder] {
|
|
|
|
td.col-StripThumbnail {
|
2012-05-18 04:39:26 +02:00
|
|
|
background: transparent url(../images/treeicons/blue-folder-horizontal.png) no-repeat center;
|
2012-02-23 20:19:03 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
tr[data-class=File] {
|
|
|
|
td.col-StripThumbnail {
|
2012-05-18 04:39:26 +02:00
|
|
|
background: transparent url(../images/treeicons/blue-document.png) no-repeat center;
|
2012-02-23 20:19:03 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-03-07 21:03:03 +01:00
|
|
|
}
|
2012-04-12 10:36:25 +02:00
|
|
|
|