move allowed extensions into a sidebar

This commit is contained in:
scott1702 2015-11-05 18:30:52 +13:00
parent 18e368448a
commit e4ccd2d4bc
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#Form_EditForm #Title .update { margin-left: 7px; }
.cms .AssetAdmin .cms-content-fields { /** DEPRECATED: .cms-content-tools will be removed in 4.0 Use .cms-content-filters instead. */ }
.cms .AssetAdmin .cms-content-fields { overflow-x: hidden; /** DEPRECATED: .cms-content-tools will be removed in 4.0 Use .cms-content-filters instead. */ }
.cms .AssetAdmin .cms-content-fields .cms-edit-form.AssetAdmin { width: 100%; overflow-y: auto; }
.cms .AssetAdmin .cms-content-fields .cms-content-tools .cms-panel-content { overflow: hidden; }
.cms .AssetAdmin .cms-content-fields .cms-content-tools .cms-panel-content .cms-search-form { height: 100%; }

View File

@ -1,5 +1,7 @@
.cms .AssetAdmin {
.cms-content-fields {
overflow-x: hidden; //hides 'allowed extensions' sidebar
.cms-edit-form.AssetAdmin {
width: 100%;
overflow-y:auto; //adds scrolling only to the datagrid