mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
26 lines
340 B
CSS
26 lines
340 B
CSS
.container-fluid {
|
|
margin-top: 10px;
|
|
}
|
|
#quality {
|
|
width: 120px;
|
|
display: inline-block;
|
|
}
|
|
#vnc {
|
|
margin-top: 10px;
|
|
}
|
|
#cad {
|
|
float: right;
|
|
}
|
|
#info {
|
|
float: right;
|
|
margin-right: 5px;
|
|
}
|
|
#closed {
|
|
color: red;
|
|
float: right;
|
|
margin-right: 5px;
|
|
font-weight: bold;
|
|
}
|
|
label, span {
|
|
line-height: 38px;
|
|
} |