Commit 36394a36 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Improve CSS

parent e0ef72d5
...@@ -4,10 +4,11 @@ ...@@ -4,10 +4,11 @@
} }
.video, .photo, .output { .video, .photo, .output {
width: auto; width: auto !important;
height: 360px; height: 360px;
filter: brightness(1); filter: brightness(1);
} }
.canvas { .canvas {
display: none; display: none;
filter: brightness(1); filter: brightness(1);
...@@ -19,16 +20,17 @@ ...@@ -19,16 +20,17 @@
.camera { .camera {
float: left; float: left;
padding-right: 2em; padding-right: 0;
max-width: 50%;
} }
.camera, .output { .camera, .output {
display:inline-block; display: inline-block;
} }
.startbutton, .crop-button { .startbutton, .crop-button {
display:block; display: block;
position:relative; position: relative;
margin: 0 auto; margin: 0 auto;
bottom: 3em; bottom: 3em;
background-color: rgba(0, 150, 0, 0.5); background-color: rgba(0, 150, 0, 0.5);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment