diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -165,7 +165,7 @@ p { margin-bottom: 0.5ex; } -input[type="submit"] { +.post-form input[type="submit"], input[type="submit"] { background: #222; border: solid 2px #fff; color: #fff; @@ -413,3 +413,15 @@ pre { margin: 0.2ex; padding: 0.1ex; } + +#id_models li { + list-style: none; +} + +#id_q { + margin-left: 1ex; +} + +ul { + padding-left: 0px; +} diff --git a/boards/static/css/sw/base_page.css b/boards/static/css/sw/base_page.css --- a/boards/static/css/sw/base_page.css +++ b/boards/static/css/sw/base_page.css @@ -360,4 +360,12 @@ li { .swappable-form-full > form { display: table; width: 100%; -} \ No newline at end of file +} + +#id_models li { + list-style: none; +} + +#id_q { + margin-left: 1ex; +}