From be77a849501e433daf5892f5cbbcd5c6957fe315 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Thu, 16 Oct 2014 18:25:21 +0200 Subject: [PATCH] Improved tag and post list on small screens --- public_html/css/post-list.css | 14 +++++++++----- public_html/css/tag-list.css | 3 +++ 2 files changed, 12 insertions(+), 5 deletions(-) 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;