You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klhis/hcemr/select/css/videoInput.css

21 lines
359 B

3 months ago
.container,.display{
width:500px;
margin:0 auto
}
.videoInput{
font-size: 14px;
margin-bottom: 15px;
}
.videoInput input,.videoInput input:active{
width:86%;
margin-left: 5px;
border:1px solid #ccc;
height:35px;
padding-left: 5px;
border-radius:5px
}
button{
margin-top:30px;
float:right;
cursor: pointer;
}