1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-07-03 19:05:13 -04:00
parent a033df6932
commit 39e654cb03
9 changed files with 20 additions and 17 deletions

View file

@ -54,7 +54,7 @@ define(['dialogHelper', 'layoutManager', 'globalize', 'material-icons', 'css!./s
html += '<form>';
html += '<div class="inputContainer">';
html += '<div class="inputContainer" style="margin-bottom:0;">';
html += '<input is="emby-input" type="text" autoFocus class="txtPromptValue" value="' + (options.value || '') + '" label="' + (options.label || '') + '"/>';
if (options.description) {