Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nutrapharm_producto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
nutrapharm_producto
Commits
6d795072
Commit
6d795072
authored
Sep 08, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajuste css
Implementación Html Manuel Sin ultimos ajustes solicitados.
parent
ea1adc5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
47 deletions
+52
-47
web/manuel/css/camera.css
web/manuel/css/camera.css
+52
-47
No files found.
web/manuel/css/camera.css
View file @
6d795072
...
@@ -9,33 +9,33 @@ and open the template in the editor.
...
@@ -9,33 +9,33 @@ and open the template in the editor.
*/
*/
/* CSS comes here */
/* CSS comes here */
#video
{
#video
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
}
}
#photo
{
#photo
{
border
:
1px
solid
black
;
border
:
1px
solid
black
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
}
}
#canvas
{
#canvas
{
display
:
none
;
display
:
none
;
}
}
.camera
{
.camera
{
width
:
100%
;
width
:
100%
;
display
:
inline-block
;
display
:
inline-block
;
}
}
.output
{
.output
{
width
:
100%
;
width
:
100%
;
display
:
inline-block
;
display
:
inline-block
;
}
}
#startbutton
{
#startbutton
{
display
:
block
;
display
:
block
;
position
:
relative
;
position
:
relative
;
margin-left
:
auto
;
margin-left
:
auto
;
...
@@ -44,16 +44,21 @@ and open the template in the editor.
...
@@ -44,16 +44,21 @@ and open the template in the editor.
padding
:
5px
;
padding
:
5px
;
background-color
:
#6a67ce
;
background-color
:
#6a67ce
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.7
);
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.7
);
border-radius
:
30px
;
-moz-border-radius
:
30px
;
-webkit-border-radius
:
30px
;
-o-border-radius
:
30px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
rgba
(
255
,
255
,
255
,
1.0
);
color
:
rgba
(
255
,
255
,
255
,
1.0
);
cursor
:
pointer
;
cursor
:
pointer
;
width
:
60px
;
width
:
60px
;
height
:
60px
;
height
:
60px
;
}
.contentarea
{
}
.contentarea
{
font-size
:
16px
;
font-size
:
16px
;
font-family
:
Arial
;
font-family
:
Arial
;
text-align
:
center
;
text-align
:
center
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment