25 lines
310 B
CSS
25 lines
310 B
CSS
#select-realm {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
#results {
|
|
width: 100% !important;
|
|
}
|
|
|
|
#results td {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#results_processing {
|
|
height: 70px;
|
|
}
|
|
|
|
#select-realm-container {
|
|
display: flex;
|
|
}
|
|
|
|
#select-realm-container .realm-label {
|
|
align-self: center;
|
|
margin-right: 4px;
|
|
}
|