diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-09-15 14:58:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:51:51 +0100 |
commit | 09654628e3c8973dbcf0a4fed894668327e49244 (patch) | |
tree | 97885cc03be10c4d1c9451ff9726dce8a637d5bf /scss | |
parent | 0261fca8caecb6660a466c2f500eb5642b733b61 (diff) | |
download | Ishtar-09654628e3c8973dbcf0a4fed894668327e49244.tar.bz2 Ishtar-09654628e3c8973dbcf0a4fed894668327e49244.zip |
💄 better layout of import tables
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 8 |
1 files changed, 7 insertions, 1 deletions
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; |