diff --git a/src/mailmanweb/static/mailmanweb/default/css/style.css b/src/mailmanweb/static/mailmanweb/default/css/style.css index 714e201..bfde0dc 100755 --- a/src/mailmanweb/static/mailmanweb/default/css/style.css +++ b/src/mailmanweb/static/mailmanweb/default/css/style.css @@ -85,3 +85,21 @@ legend { border: none; } + +/* auto-generated forms made a bit cleaner */ +.well label { + display: inline; +} +.well input { + display: inline; +} +.well li { + display: inline; + list-style: none; + padding-right: 1em; +} +.errorlist { + color: #A22630; +} + +