diff --git a/src/css/style.css b/src/css/style.css index e31ece9..a4c5957 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -151,6 +151,8 @@ body { white-space: nowrap; } +/* Login modal */ + #loginModal .select-account .list-group .list-group-item { cursor: pointer; display: flex; @@ -167,6 +169,13 @@ body { font-size: 100%; } +#loginModal .loginDebugInfo { + position: absolute; + bottom: 3px; + right: 3px; + line-height: 1em; +} + /* Bans page */ .ban-alert { @@ -183,7 +192,7 @@ body { font-family: var(--font-family-monospace); } -/* Responsive datatables styles */ +/* Responsive DataTables styles */ table.dataTable>tbody>tr.child ul.dtr-details>li:first-child { padding-top: 0; @@ -337,7 +346,7 @@ table.dataTable > tbody > tr.child td.child { } /* No top spacing on the first group */ -/* Thats why I've put that extra DIV that wraps all groups */ +/* That's why I've put that extra DIV that wraps all groups */ .admin-status.admin-status-grouped div:first-child .group-name { margin-top: 0; } diff --git a/src/private/templates/utils/modal-login.latte b/src/private/templates/utils/modal-login.latte index d77b8df..cdc3990 100644 --- a/src/private/templates/utils/modal-login.latte +++ b/src/private/templates/utils/modal-login.latte @@ -11,24 +11,24 @@ - {* Confirmation code form *} +