diff options
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index d640a2c9c..e5332f8a4 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -22,6 +22,15 @@ html, body { font-size: 100%; } +main.prompt { + margin: 3rem auto; + padding: 2rem; + max-width: 400px; + min-width: 300px; + width: 33%; + text-align: center; +} + /*=== Links */ a { text-decoration: none; @@ -64,6 +73,7 @@ p { p.help, .prompt p.help { margin: 5px 0 0.5em; + text-align: left; } p.help .icon { @@ -210,6 +220,15 @@ input[type="checkbox"] { min-height: 15px !important; } +.prompt textarea, +.prompt input, +.prompt select, +.prompt .stick { + margin: 5px auto; + width: 100%; + box-sizing: border-box; +} + .dropdown-menu label > input[type="text"] { width: 150px; width: calc(99% - 5em); @@ -746,6 +765,8 @@ input[type="checkbox"]:focus-visible { .box .box-content { padding: 8px 8px 8px 16px; display: block; + min-height: 2.5em; + max-height: 260px; overflow: auto; } @@ -835,7 +856,7 @@ li.drag-hover { } #sidebar:hover, - .scrollbar-thin { + .scrollbar-thin:hover { scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05); } } |
