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

update metadata manager

This commit is contained in:
Luke Pulverenti 2015-07-15 07:26:47 -04:00
parent a7ade97b44
commit 5f308d38a0
14 changed files with 216 additions and 116 deletions

View file

@ -197,20 +197,34 @@
.editorTile {
display: inline-block;
margin: 1em 2em 2em 0;
margin: .5em;
text-align: center;
vertical-align: middle;
}
.imageEditorTile {
width: 256px;
padding-bottom: 0;
background-color: #282828;
padding: 0;
}
.editorTile h3 {
text-transform: uppercase;
background: #444;
padding: .5em 0;
text-align: center;
margin-top: 0;
color: #ddd;
}
.editorTile p {
margin: .5em 0;
}
.editorTileInner {
padding: 1em;
}
.editorTile .ui-field-contain {
margin: 0 0 .5em;
}