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

added refresh metadata button to the edit page

This commit is contained in:
Luke Pulverenti 2013-05-22 15:49:12 -04:00
parent 14bbc7b9c5
commit 057f6bfabf
7 changed files with 163 additions and 89 deletions

View file

@ -408,11 +408,19 @@ a.itemTag:hover {
overflow: hidden;
}
.editMetadataForm {
max-width: 100%;
}
@media all and (min-width: 600px) {
.inlineDetailSection:not(.hide) {
display: inline-block;
margin-bottom: 2em;
}
.editMetadataForm .ui-field-contain {
margin: .25em 0;
}
}
@media all and (max-width: 750px) {
@ -475,6 +483,16 @@ a.itemTag:hover {
.noBackdrop .lnkSibling {
bottom: 205px;
}
.metadataFormFields {
float: left;
width: 70%;
}
.metadataFormButtons {
float: right;
width: 28%;
}
}
@media all and (min-width: 650px) {