diff --git a/webroot/css/global.css b/webroot/css/global.css index fedcfda0..be4001b6 100644 --- a/webroot/css/global.css +++ b/webroot/css/global.css @@ -28,6 +28,12 @@ code { line-height: 22pt; } +.code { + background: var(--light_panel_background); + line-height: 22pt; + font-family: monospace +} + a { color: var(--accent); text-decoration: none; @@ -186,8 +192,7 @@ input[type=radio] { select { border: 1px solid var(--light_borders); background: white; - padding: 5px; - width: 100%; + padding: 5px 10px 5px 20px; max-width: 300px; border-radius: 5px; } diff --git a/webroot/panel/account.php b/webroot/panel/account.php index 46a93ae5..bcfd7198 100644 --- a/webroot/panel/account.php +++ b/webroot/panel/account.php @@ -202,7 +202,7 @@
- $shell";