images in history to limit size to panel

This commit is contained in:
Paul Clarke 2016-10-28 10:35:05 +13:00
parent 3e256ddd58
commit 7969f70c25
2 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,11 @@
color:#f44;
}
.CMSPageHistoryController .htmleditorfield.readonly img{
max-width:100%;
height:auto;
}
#cms-content-listview .cms-tree-expand-trigger,#cms-content-treeview .cms-tree-expand-trigger{
display:none;
}

View File

@ -42,6 +42,11 @@
padding: 2px;
color: darken(#FDD, 30%);
}
.htmleditorfield.readonly img {
max-width: 100%;
height: auto;
}
}
/** --------------------------------------------