From 2fc572434f7280ca8e774676ad1190b625361b3a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 8 Apr 2013 09:39:26 +0200 Subject: [PATCH] Make the thread update button fill the width. --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 7cb211f83..11fbebef1 100644 --- a/css/style.css +++ b/css/style.css @@ -347,6 +347,9 @@ a[href="javascript:;"] { #updater:not(:hover) > div:not(.move) { display: none; } +#updater input[type="button"] { + width: 100%; +} .new { color: limegreen; }