Web: fix small css errors after #1711

This commit is contained in:
m4luc0
2020-04-05 23:38:26 +02:00
parent c104b14514
commit 89af445653

View File

@@ -293,8 +293,10 @@ tr.evenrow td {
font-size: 80%;
}
.subsection {
.subsection::after {
content: "";
clear: both;
display: table;
}
.subsection div {
@@ -315,13 +317,13 @@ tr.evenrow td {
.subsection div.checkbox {
padding: 9px 0 0 3px;
width: 537px;
max-width: 537px;
}
.subsection div.checkbox label {
vertical-align: top;
display: inline-block;
width:520px;
max-width:510px;
}
.section .info {
@@ -375,6 +377,11 @@ td.mod_name,
border-bottom: 1px solid #aaa;
}
#servers_js > div:first-child {
font-weight: bold;
margin: 20px 0 8px;
}
td {
word-wrap: break-word;
}