mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Web: fix small css errors after #1711
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user