mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
17 lines
172 B
CSS
17 lines
172 B
CSS
#details {
|
|
display: none;
|
|
}
|
|
.labelclass{
|
|
width:20%;
|
|
}
|
|
.textclass {
|
|
width:70%;
|
|
height:80%;
|
|
}
|
|
.submitclass{
|
|
width:20%;
|
|
}
|
|
.addresp{
|
|
font-style:italic;
|
|
}
|