jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.template.html

15 lines
544 B
HTML
Raw Normal View History

2016-09-17 22:52:10 -07:00
<div class="formDialogHeader formDialogHeader-clear" style="justify-content:center;">
2016-10-07 08:08:13 -07:00
<h1 class="formDialogHeaderTitle" style="margin-left:0;margin-top: .5em;padding: 0 1em;"></h1>
2016-09-08 13:32:30 -07:00
</div>
<div class="formDialogContent smoothScrollY">
2016-09-17 22:52:10 -07:00
<div class="dialogContentInner dialog-content-centered" style="padding-top:2em;padding-bottom: 2em; text-align: center;">
2016-09-08 13:32:30 -07:00
<div class="text">
</div>
</div>
2016-09-17 22:52:10 -07:00
</div>
<div class="formDialogFooter formDialogFooter-clear formDialogFooter-flex" style="padding-bottom: 1.5em;">
2016-09-08 13:32:30 -07:00
</div>