diff --git a/public_html/css/post-list.css b/public_html/css/post-list.css
index a523ef3a..50f1adaa 100644
--- a/public_html/css/post-list.css
+++ b/public_html/css/post-list.css
@@ -2,16 +2,20 @@
text-align: center;
}
-.post-list form button {
- margin-left: 0.25em;
-}
-
.post-list .search {
margin-bottom: 1em;
text-align: left;
}
+.post-list .search:after {
+ display: block;
+ content: '';
+ clear: both;
+}
.post-list .search input {
- max-width: 20em;
+ width: 20em;
+}
+.post-list .search button {
+ margin-left: 0.25em;
}
.post-list .search .mass-tag-wrapper {
float: right;
diff --git a/public_html/css/tag-list.css b/public_html/css/tag-list.css
index facebc6d..df6f495a 100644
--- a/public_html/css/tag-list.css
+++ b/public_html/css/tag-list.css
@@ -9,6 +9,9 @@
float: left;
white-space: nowrap;
}
+#tag-list form input {
+ width: 10em;
+}
#tag-list ul {
float: right;
list-style-type: none;