Make the thread update button fill the width.

This commit is contained in:
Nicolas Stepien 2013-04-08 09:39:26 +02:00
parent b71ef38569
commit 2fc572434f

View File

@ -347,6 +347,9 @@ a[href="javascript:;"] {
#updater:not(:hover) > div:not(.move) {
display: none;
}
#updater input[type="button"] {
width: 100%;
}
.new {
color: limegreen;
}