update image editor
This commit is contained in:
parent
d5577ab04d
commit
8fb207e4ca
9 changed files with 82 additions and 33 deletions
|
@ -1,4 +1,14 @@
|
|||
<div class="formDialogHeader">
|
||||
<style>
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.imageEditorCard {
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<div class="formDialogHeader">
|
||||
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
||||
<div class="formDialogHeaderTitle">
|
||||
${HeaderEditImages}
|
||||
|
@ -9,7 +19,7 @@
|
|||
<div class="dialogContentInner">
|
||||
|
||||
<div id="imagesContainer">
|
||||
<div style="display: flex; align-items: center;margin:2em 0 .5em;">
|
||||
<div style="display: flex; align-items: center;margin:2em 0 1em;">
|
||||
<h1 style="margin:0;">${Images}</h1>
|
||||
<button type="button" is="emby-button" class="btnBrowseAllImages fab mini autoSize" style="margin-left: 1em;">
|
||||
<i class="md-icon">search</i>
|
||||
|
@ -24,7 +34,7 @@
|
|||
</div>
|
||||
|
||||
<div id="backdropsContainer" class="hide">
|
||||
<div style="display: flex; align-items: center;margin:1em 0 .5em;">
|
||||
<div style="display: flex; align-items: center;margin:1em 0 1em;">
|
||||
<h1 style="margin:0;">${Backdrops}</h1>
|
||||
<button type="button" is="emby-button" class="btnBrowseAllImages fab mini autoSize" style="margin-left: 1em;" data-imagetype="Backdrop">
|
||||
<i class="md-icon">search</i>
|
||||
|
@ -39,7 +49,7 @@
|
|||
</div>
|
||||
|
||||
<div id="screenshotsContainer" class="hide">
|
||||
<div style="display: flex; align-items: center; margin: 1em 0 .5em;">
|
||||
<div style="display: flex; align-items: center; margin: 1em 0 1em;">
|
||||
<h1 style="margin: 0;">${Screenshots}</h1>
|
||||
<button type="button" is="emby-button" class="btnBrowseAllImages fab mini autoSize" style="margin-left: 1em;" data-imagetype="Screenshot">
|
||||
<i class="md-icon">search</i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue