mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
33 lines
368 B
CSS
33 lines
368 B
CSS
.label {
|
|
width:80%;
|
|
}
|
|
.radio {
|
|
float:right;
|
|
}
|
|
.status {
|
|
text-align:center;
|
|
}
|
|
.tclass th {
|
|
text-align:left;
|
|
border: 1px solid #aaa;
|
|
}
|
|
.tclass td {
|
|
border: 1px solid #aaa;
|
|
}
|
|
.labelclass{
|
|
width:20%;
|
|
}
|
|
.textclass {
|
|
width:70%;
|
|
height:80%;
|
|
}
|
|
.submitclass{
|
|
width:20%;
|
|
}
|
|
.addresp{
|
|
font-style:italic;
|
|
}
|
|
#submit {
|
|
margin-top: 40px;
|
|
}
|