Adjust layout for non-admin management panel

main
sudoer777 2021-11-26 12:59:48 -07:00
parent bb335c7aca
commit ad4533e712
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ block stylesheets
block actions
if userLoggedIn
button#add-score-button Submit score
button#manage-button Manage scores
button#manage-button Manage...
block content

View File

@ -4,14 +4,14 @@ block stylesheets
link(rel='stylesheet', href='/stylesheets/manage.css')
link(rel='stylesheet', href='/stylesheets/form.css')
block content
span(class="flat-content")
button#add-new-button Add new...
button#manage-account-button(class="send-to-right") Manage account...
block actions
button#manage-account-button(class="send-to-right") Manage account
block content
div
h2#table-header
table#games-list
div
button#add-new-button Add new...
block scripts
script(src='/scripts/manage/manage-nonadmin.js' type="module")