[Web] Changes to user interface (using tabs now)

This commit is contained in:
andryyy
2019-02-15 20:20:14 +01:00
parent 63752fe0f2
commit 30153f29cc
2 changed files with 218 additions and 222 deletions

View File

@@ -36,4 +36,7 @@ table.footable>tbody>tr.footable-empty>td {
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
body {
overflow-y:scroll;
}