Fixed sorting button positions.

This commit is contained in:
Oliver Hamlet
2014-11-18 17:41:54 +00:00
parent 6b75cc3713
commit afe9a48f9a
+4 -2
View File
@@ -198,9 +198,11 @@ td input {
-webkit-user-select: none;
cursor: move;
}
#applySortButton, #cancelSortButton {
position: relative;
top: -4px;
}
#applySortButton {
box-shadow: none;
outline: none;
color: #4285f4;
background-color: white;
}