diff options
Diffstat (limited to 'src/main/resources/static/style.css')
| -rw-r--r-- | src/main/resources/static/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 82b4d19..81c61eb 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -257,6 +257,10 @@ form.samplecode-input input:focus-visible { display: block; } +.userrole-form { + display: inline-block; +} + .userrole-form form { margin: 0; padding: 0; @@ -321,6 +325,15 @@ table { font-family: sans-serif; } +table.config-table td:first-child { + width: 24em; + min-width: fit-content; +} + +table.config-table td > button:last-of-type { + float: right; +} + .border > table { padding: 0; border: none; |
