diff --git a/static/style.css b/static/style.css index 4ab395b..22b832c 100644 --- a/static/style.css +++ b/static/style.css @@ -135,14 +135,24 @@ label.important { font-weight: 300; display:block; } -input { - width: 100%; +input, select { font-size: 1.2em; line-height:1.4em; border: 3px grey solid; border-radius: none; padding: 3px; } -input:focus { +input:focus, select:focus { border: 3px mediumpurple solid; } + +label, input { + flex-basis: 0; +} +label { + flex-grow: 1; +} + +form .row { + margin: 10px 0; +} diff --git a/templates/bot_edit.html b/templates/bot_edit.html new file mode 100644 index 0000000..8912b2c --- /dev/null +++ b/templates/bot_edit.html @@ -0,0 +1,50 @@ + + +
+ +@botname@example.com
+