FEATURE: Can order value lists

This commit is contained in:
Robin Ward
2015-07-28 15:58:49 -04:00
parent 51b477d1f2
commit e161f8f9fd
3 changed files with 75 additions and 4 deletions

View File

@@ -1488,12 +1488,21 @@ table#user-badges {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: move;
}
.values {
margin-bottom: 10px;
}
.placeholder {
border-bottom: 1px solid #ddd;
padding: 3px;
margin-right: 10px;
height: 30px;
}
input[type=text] {
width: 90%;
}