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; }