Attempt to center chevron vertically. Some discrepancy between browsers.

This commit is contained in:
Graham 2015-02-02 21:07:35 -05:00
parent ef50c527bc
commit 0ba3b4ba78
2 changed files with 9 additions and 0 deletions

View file

@ -580,3 +580,7 @@ table td {
#cs-chatfilters table .form-group > input {
max-width: 100%;
}
#userlisttoggle {
padding-top: 2px;
}

View file

@ -97,6 +97,11 @@ input.form-control[type="email"], textarea.form-control {
border-right: none !important;
}
#userlisttoggle {
padding-top: 1px !important;
}
.userlist_item {
margin-left: 5px;
margin-top: 1px;