diff options
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/admin.css | 21 | ||||
-rw-r--r-- | web_src/css/runner.css | 4 | ||||
-rw-r--r-- | web_src/css/user.css | 11 |
3 files changed, 9 insertions, 27 deletions
diff --git a/web_src/css/admin.css b/web_src/css/admin.css index c8e17dbba9..0c5c73823e 100644 --- a/web_src/css/admin.css +++ b/web_src/css/admin.css @@ -4,18 +4,7 @@ margin: 12px -1rem -1rem; } -.admin .settings .button.adopt, -.admin .settings .button.delete { - margin-top: -15px; - margin-bottom: -15px; -} - -.admin .settings .button.adopt .label, -.admin .settings .button.delete .label { - vertical-align: middle; -} - -.admin.user .email { +.admin.user table.table .email { max-width: 200px; } @@ -51,12 +40,12 @@ } } -.admin.config #test-mail-btn { - margin-left: 5px; -} - .admin code, .admin pre { white-space: pre-wrap; word-wrap: break-word; } + +.admin .ui.table.segment { + overflow-x: auto; /* if the screen width is small, many wide tables (eg: user list) need scroll bars */ +} diff --git a/web_src/css/runner.css b/web_src/css/runner.css index d0ea5252e5..0d7415d18b 100644 --- a/web_src/css/runner.css +++ b/web_src/css/runner.css @@ -2,6 +2,10 @@ padding-bottom: 30px; } +.runner-container .ui.table.segment { + overflow-x: auto; +} + .runner-container .runner-ops > a { margin-left: 0.5em; } diff --git a/web_src/css/user.css b/web_src/css/user.css index 2a3fe1beaf..cdf2956565 100644 --- a/web_src/css/user.css +++ b/web_src/css/user.css @@ -90,17 +90,6 @@ padding: 8px 15px; } -.user .button.adopt, -.user .button.delete { - margin-top: -15px; - margin-bottom: -15px; -} - -.user .button.adopt .label, -.user .button.delete .label { - vertical-align: middle; -} - .user.link-account:not(.icon) { padding-top: 15px; padding-bottom: 5px; |