Changed summary bar ordering <input type="image">s to <button>s

Fixes a bug which caused the ordering to be non-functional.
This commit is contained in:
str4d
2012-11-25 02:39:49 +00:00
parent abe29e044f
commit 4d389f75a2
5 changed files with 28 additions and 20 deletions

View File

@@ -535,9 +535,11 @@ div.configure h2:first-child {
margin-top: 15px;
}
.sidebarconf input[type="image"] {
.sidebarconf button {
margin: 2px;
padding: 1px;
padding: 1px;
min-width: 0;
background: none;
}
.sidebarconf th:nth-child(1) {