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

update sync settings

This commit is contained in:
Luke Pulverenti 2016-07-02 17:34:51 -04:00
parent 1f35078440
commit 9ea4a29401
4 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,7 @@
[is=emby-collapse] {
margin: .5em 0;
}
.collapseContent { .collapseContent {
border-width: 0 1px 1px 1px; border-width: 0 1px 1px 1px;
padding: 1em 1.25em; padding: 1em 1.25em;
@ -16,7 +20,7 @@
.emby-collapse-expandIcon { .emby-collapse-expandIcon {
transform-origin: 50% 50%; transform-origin: 50% 50%;
transition: transform 350ms ease-out; transition: transform 180ms ease-out;
} }
.emby-collapse-expandIcon.expanded { .emby-collapse-expandIcon.expanded {

View file

@ -11,7 +11,7 @@
<div class="inputContainer fldSyncPath hide"> <div class="inputContainer fldSyncPath hide">
<div style="display: flex; align-items: center;"> <div style="display: flex; align-items: center;">
<div style="flex-grow:1;"> <div style="flex-grow:1;">
<input is="emby-input" id="txtSyncPath" class="txtSyncPath" label="${LabelSyncPath}" autocomplete="off" /> <input is="emby-input" id="txtSyncPath" class="txtSyncPath" label="${LabelSyncPath}" autocomplete="off" readonly />
</div> </div>
<button type="button" is="paper-icon-button-light" id="btnSelectSyncPath" class="autoSize"> <button type="button" is="paper-icon-button-light" id="btnSelectSyncPath" class="autoSize">
<i class="md-icon">search</i> <i class="md-icon">search</i>

View file

@ -324,7 +324,7 @@
var homeHref = window.ApiClient ? 'home.html' : 'selectserver.html?showuser=1'; var homeHref = window.ApiClient ? 'home.html' : 'selectserver.html?showuser=1';
html += '<a class="lnkMediaFolder sidebarLink" href="' + homeHref + '" onclick="return LibraryMenu.onLinkClicked(event, this);">'; html += '<a class="lnkMediaFolder sidebarLink" href="' + homeHref + '" onclick="return LibraryMenu.onLinkClicked(event, this);">';
html += '<div style="background-image:url(\'css/images/mblogoicon.png\');width:' + 28 + 'px;height:' + 28 + 'px;background-size:contain;background-repeat:no-repeat;background-position:center center;border-radius:1000px;vertical-align:middle;margin:0 1.6em 0 1.5em;display:inline-block;"></div>'; html += '<div style="background-image:url(\'css/images/mblogoicon.png\');width:' + 28 + 'px;height:' + 28 + 'px;background-size:contain;background-repeat:no-repeat;background-position:center center;border-radius:1000px;vertical-align:middle;margin:0 1.85em 0 1.55em;display:inline-block;"></div>';
html += Globalize.translate('ButtonHome'); html += Globalize.translate('ButtonHome');
html += '</a>'; html += '</a>';

View file

@ -46,7 +46,6 @@
} else { } else {
view.querySelector('.localSyncStatus').classList.add('hide'); view.querySelector('.localSyncStatus').classList.add('hide');
loading.hide();
} }
view.addEventListener('viewbeforeshow', function () { view.addEventListener('viewbeforeshow', function () {