modified create dialog to display torrent infos detected from files

This commit is contained in:
sqozz
2015-02-21 03:01:47 +01:00
parent af9a8eb81b
commit ebc7da1d05
5 changed files with 270 additions and 37 deletions

View File

@ -108,6 +108,15 @@ body {
content: ":";
}
.detectedFiles {
max-height: 100px;
overflow: auto;
}
.detectedInfos h5,p {
display: inline;
}
.row {
margin-bottom: 10px;
}