Commit 2681502f authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Improve CSS

parent 0a86eb29
......@@ -4,10 +4,11 @@
}
.video, .photo, .output {
width: auto;
width: auto !important;
height: 360px;
filter: brightness(1);
}
.canvas {
display: none;
filter: brightness(1);
......@@ -19,16 +20,17 @@
.camera {
float: left;
padding-right: 2em;
padding-right: 0;
max-width: 50%;
}
.camera, .output {
display:inline-block;
display: inline-block;
}
.startbutton, .crop-button {
display:block;
position:relative;
display: block;
position: relative;
margin: 0 auto;
bottom: 3em;
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