From 89af445653d2a5384abdbbfb4be77dd276f47b8f Mon Sep 17 00:00:00 2001 From: m4luc0 Date: Sun, 5 Apr 2020 23:38:26 +0200 Subject: [PATCH] Web: fix small css errors after #1711 --- webskins/_default_/pub/_default_.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/webskins/_default_/pub/_default_.css b/webskins/_default_/pub/_default_.css index 00b2836e..d7c9f6d1 100644 --- a/webskins/_default_/pub/_default_.css +++ b/webskins/_default_/pub/_default_.css @@ -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; }