mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[NEW] web_widget_image_webcam: New Module that allows to take image with webcam
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@techreceptives.com>
|
||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
*/
|
||||
.openerp .oe_form .oe_form_field_image .oe_form_field_image_controls
|
||||
.oe_form_binary_file_web_cam {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.live_webcam_outer_div, .webcam_result_outer_div {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#webcam_result img {
|
||||
max-width: 320px;
|
||||
max-height: 240px;
|
||||
}
|
||||
|
||||
#live_webcam {
|
||||
width: 320px;
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.direction_icon {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user