diff --git a/src/static/css/dashboard.css b/src/static/css/dashboard.css index 9352423..a851513 100644 --- a/src/static/css/dashboard.css +++ b/src/static/css/dashboard.css @@ -423,6 +423,17 @@ label[for="username"], label[for="password"]{ padding: 0; } +form[action="/update_acct"] label[for="username"] { + font-size: .875rem; + margin: 0 !important; + transform: unset; + padding: unset; +} + +form[action="/update_acct"] #username { + padding: .375rem .75rem; +} + /*label[for="password"]{*/ /* transform: translateY(32px) translateX(16px);*/ /*}*/ @@ -548,4 +559,4 @@ pre.index-alert{ border-radius: .25rem; margin-top: 1rem; color: white; -} \ No newline at end of file +}