From 5ac20a4d30d51d42dbe7122c394fc81912c8d3e7 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 1 May 2017 07:39:56 +0200 Subject: [PATCH] Clearing cache showed my layout fail! --- theme/base/css/display.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2e73a6c7f5..2be393f44b 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -971,8 +971,8 @@ content: ":"; } .threaded-replies .form_notice label.notice_data-attach { - top: 10px; - right: 10px; + top: 0; + right: 1ex; } .threaded-replies .form_notice .notice_data-geo_wrap label, @@ -982,12 +982,12 @@ content: ":"; } .threaded-replies .form_notice .count { - bottom: 60px; - right: 50px; + bottom: 1ex; + right: 0; } .threaded-replies .form_notice input.submit { - bottom: 1ex; + bottom: -5ex; right: 1ex; }