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

fix up media library editor

This commit is contained in:
Luke Pulverenti 2016-07-30 16:47:18 -04:00
parent a4a7f03459
commit 17547b019c
4 changed files with 27 additions and 23 deletions

View file

@ -1,4 +1,4 @@
define(['jQuery', 'paper-icon-button-light'], function ($) {
define(['jQuery', 'paper-icon-button-light', 'cardStyle'], function ($) {
function deleteUser(page, id) {
@ -85,7 +85,7 @@
var html = '';
var cssClass = "card squareCard bottomPaddedCard";
var cssClass = "card squareCard scalableCard";
if (user.Policy.IsDisabled) {
cssClass += ' grayscale';
@ -135,7 +135,7 @@
html += '<div class="cardFooter">';
html += '<div class="cardText" style="text-align:right; float:right;padding:0;">';
html += '<div style="text-align:right; float:right;padding:0;">';
html += '<button type="button" is="paper-icon-button-light" class="btnUserMenu autoSize"><i class="md-icon">' + AppInfo.moreIcon.replace('-', '_') + '</i></button>';
html += "</div>";