Attendance/static/allpages.css

47 lines
No EOL
640 B
CSS

div.col .row .col {
border: 1px solid black;
}
div.signatures {
margin-top: 30px;
}
div.signatures .col .row {
border: 1px solid black;
}
div.forSign {
border: 1px solid black;
margin-left: 10%;
margin-right: 10%;
width: 80%;
height: 300px;
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
div.forSign canvas {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
p.highlightAbs {
margin-bottom: 0;
}
p.highlightAbs.n-1 {
color: blue;
}
p.highlightAbs.n-2 {
color: red;
}
div.classlist {
text-align: left;
}