mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00:00
Add Series autocomplete extends beyond tiny modal now.
This commit is contained in:
parent
cbb1e17c4e
commit
e2addd47ec
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||||
<i class="icon-hdd"/>
|
<i class="icon-hdd"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body root-folders-modal">
|
||||||
<div class="input-prepend input-append x-path">
|
<div class="input-prepend input-append x-path">
|
||||||
<span class="add-on"> <i class="icon-folder-open"></i></span>
|
<span class="add-on"> <i class="icon-folder-open"></i></span>
|
||||||
<input class="span5" type="text" placeholder="Path of the folder to add ...">
|
<input class="span5" type="text" placeholder="Path of the folder to add ...">
|
||||||
|
|
|
@ -115,4 +115,8 @@ li.add-new:hover {
|
||||||
.add-series-import-btn {
|
.add-series-import-btn {
|
||||||
width: 93.3%;
|
width: 93.3%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.root-folders-modal {
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
Loading…
Reference in a new issue