1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.template.html

15 lines
544 B
HTML
Raw Normal View History

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