diff --git a/static/css/popup.css b/static/css/popup.css index 781afd2..99d064c 100644 --- a/static/css/popup.css +++ b/static/css/popup.css @@ -22,6 +22,9 @@ textarea { background: #ced; border: 1px solid #acc; } +#addForm .alert { + margin-top: -6px; +} form label { margin: 0; vertical-align: middle;