Improved tag and post list on small screens

This commit is contained in:
Marcin Kurczewski 2014-10-16 18:25:21 +02:00
parent b7f077df9b
commit be77a84950
2 changed files with 12 additions and 5 deletions

View file

@ -2,16 +2,20 @@
text-align: center; text-align: center;
} }
.post-list form button {
margin-left: 0.25em;
}
.post-list .search { .post-list .search {
margin-bottom: 1em; margin-bottom: 1em;
text-align: left; text-align: left;
} }
.post-list .search:after {
display: block;
content: '';
clear: both;
}
.post-list .search input { .post-list .search input {
max-width: 20em; width: 20em;
}
.post-list .search button {
margin-left: 0.25em;
} }
.post-list .search .mass-tag-wrapper { .post-list .search .mass-tag-wrapper {
float: right; float: right;

View file

@ -9,6 +9,9 @@
float: left; float: left;
white-space: nowrap; white-space: nowrap;
} }
#tag-list form input {
width: 10em;
}
#tag-list ul { #tag-list ul {
float: right; float: right;
list-style-type: none; list-style-type: none;