diff --git a/static/style.css b/static/style.css index 5c638ca..4fd52b3 100644 --- a/static/style.css +++ b/static/style.css @@ -169,8 +169,13 @@ input:focus, select:focus, textarea:focus { border: 3px mediumpurple solid; } +input[type="checkbox"] { + height: 1.4em; +} + label, input { flex-basis: 0; + text-align: left; } label { flex-grow: 1; diff --git a/templates/bot_edit.html b/templates/bot_edit.html index 84a3357..8c61abc 100644 --- a/templates/bot_edit.html +++ b/templates/bot_edit.html @@ -11,55 +11,58 @@
@botname@example.com
+ + {% include 'error.html' %} + {% include 'success.html' %}