mirror of https://github.com/calzoneman/sync.git
Attempt to center chevron vertically. Some discrepancy between browsers.
This commit is contained in:
parent
ef50c527bc
commit
0ba3b4ba78
|
@ -580,3 +580,7 @@ table td {
|
||||||
#cs-chatfilters table .form-group > input {
|
#cs-chatfilters table .form-group > input {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#userlisttoggle {
|
||||||
|
padding-top: 2px;
|
||||||
|
}
|
||||||
|
|
|
@ -97,6 +97,11 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
border-right: none !important;
|
border-right: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#userlisttoggle {
|
||||||
|
padding-top: 1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.userlist_item {
|
.userlist_item {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
|
Loading…
Reference in New Issue