From 3d651cd74507e5cf87f39e08b94b7492766aa893 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 15 Sep 2023 14:58:46 +0200 Subject: đŸ’„ better layout of import tables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 1883798a2..934d67937 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -672,10 +672,15 @@ div#validation-bar{ color: darken(red, 20%); } -.import-row-error { +.import-row-error, +.table-striped tbody tr:nth-of-type(2n+1).import-row-error { background-color: lighten(red, 40%); } +#import-list li { +white-space: nowrap; +} + /* context menu */ #shortcut-menu { width: 700px; @@ -1050,6 +1055,7 @@ ul.compact{ display: none; } +ul.simple, .simple-window-content ul, .ishtar-map-popup ul { margin: 0; -- cgit v1.2.3