ref: master
public/designs/themes/base/stylesheets/cms/media-panel.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
.controller-cms .with_media_panel { float: left; width: 900px; } .controller-cms .show-media-panel .with_media_panel { width: 540px; } .text-editor-sidebar { position: absolute; width: 340px; right: 20px; top: 70px; max-height: 45px; overflow: hidden; transition: 1s; } |