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-18 13:13:29 -04:00
parent e305bf40c8
commit b4f87ddb3a
8 changed files with 52 additions and 36 deletions

View file

@ -14,10 +14,9 @@
top: 0;
left: 0;
right: 0;
height: 50px;
background: #43A047;
z-index: 1000;
padding: 0 .75em 0 .25em;
padding: .5em;
display: flex;
align-items: center;
color: #fff;

View file

@ -131,7 +131,7 @@
itemSelectionPanel = document.createElement('div');
itemSelectionPanel.classList.add('itemSelectionPanel');
item.querySelector('.cardContent').appendChild(itemSelectionPanel);
item.querySelector('.cardContent,.cardBox').appendChild(itemSelectionPanel);
var cssClass = 'chkItemSelect';
if (isChecked && !browser.firefox) {
@ -416,8 +416,7 @@
require(['alert'], function (alert) {
alert({
text: globalize.translate('sharedcomponents#PleaseSelectTwoItems'),
title: globalize.translate('sharedcomponents#Error')
text: globalize.translate('sharedcomponents#PleaseSelectTwoItems')
});
});
return;