mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Move server selectize dropdown container
This commit is contained in:
parent
2621da7d36
commit
f77bd6c17b
2 changed files with 5 additions and 3 deletions
|
@ -104,7 +104,7 @@ div.form-control .selectize-input {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
.selectize-dropdown.form-control.selectize-pms-ip {
|
||||
margin-top: -4px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.wizard-input-section .selectize-control.form-control.selectize-pms-ip .selectize-dropdown .selectize-dropdown-content {
|
||||
max-height: 150px;
|
||||
|
@ -186,6 +186,8 @@ select.form-control:focus,
|
|||
display: block;
|
||||
color: #a0a0a0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.selectize-dropdown .select-all,
|
||||
.selectize-dropdown .remove-all {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue