web_widget_darkroom: Modal, fixes, cleanup * Fix bugs involving the crop and pan functionality by modifying crop and zoom plugins and Darkroom widget * Add Darkroom modal to normal image widget, using darkroom.modal wizard model to provide backend support for modal view * Remove res.users view changes introduced for demo purposes (not needed due to modal functionality) * Clean up existing code, removing many unnecessary DarkroomJS files

This commit is contained in:
Oleg Bulkin
2017-03-15 15:14:30 -07:00
committed by Dave Lasley
parent 112eba3e12
commit e5d65e7a8d
57 changed files with 2152 additions and 3501 deletions

View File

@@ -0,0 +1,11 @@
.darkroom-button-group {
display: inline;
}
.darkroom-button-active {
color: @odoo-brand-primary;
}
.oe_form_field_image_controls i {
margin: 0 5%;
}