mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Add Series autocomplete extends beyond tiny modal now.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user