Make the thread update button fill the width.
This commit is contained in:
parent
b71ef38569
commit
2fc572434f
@ -347,6 +347,9 @@ a[href="javascript:;"] {
|
|||||||
#updater:not(:hover) > div:not(.move) {
|
#updater:not(:hover) > div:not(.move) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#updater input[type="button"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.new {
|
.new {
|
||||||
color: limegreen;
|
color: limegreen;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user