mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
a033df6932
commit
39e654cb03
9 changed files with 20 additions and 17 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.62",
|
||||
"_release": "1.4.62",
|
||||
"version": "1.4.63",
|
||||
"_release": "1.4.63",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.62",
|
||||
"commit": "e8f6a2939a975c0ec2bb31b99e3c4e66b34db229"
|
||||
"tag": "1.4.63",
|
||||
"commit": "c557118405664924ccb91634f8dcf9aa2667bcb1"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
.dialog .buttons {
|
||||
position: relative;
|
||||
padding: 8px 8px 8px 24px;
|
||||
padding: 8px 8px 0 24px;
|
||||
margin: 0;
|
||||
color: #3f51b5;
|
||||
display: -ms-flexbox;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
align-items: center;
|
||||
text-transform: none;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.emby-collapse-expandIcon {
|
||||
|
|
|
@ -54,7 +54,7 @@ define(['dialogHelper', 'layoutManager', 'globalize', 'material-icons', 'css!./s
|
|||
|
||||
html += '<form>';
|
||||
|
||||
html += '<div class="inputContainer">';
|
||||
html += '<div class="inputContainer" style="margin-bottom:0;">';
|
||||
html += '<input is="emby-input" type="text" autoFocus class="txtPromptValue" value="' + (options.value || '') + '" label="' + (options.label || '') + '"/>';
|
||||
|
||||
if (options.description) {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
.promptDialogContent {
|
||||
text-align: left;
|
||||
padding: 1em 2em;
|
||||
padding: 1.5em 2em;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue