@import url("/admin/static/release-list-item.css"); h1 { margin: 0 0 .5em 0; } #track { margin-bottom: 1em; padding: .5em 1.5em 1.5em 1.5em; display: flex; flex-direction: row; gap: 1.2em; border-radius: .5em; background: #f8f8f8f8; border: 1px solid #808080; } .track-info { width: 100%; margin: 0; flex-grow: 1; display: flex; flex-direction: column; } .attribute-header { margin: 1em 0 .2em 0; opacity: .5; } .track-title { margin: 0; } #title { width: calc(100% - .4em); padding: .1em .2em; } .track-info textarea { width: calc(100% - 1em); padding: .5em; resize: vertical; } .track-info input[type="text"], .track-info textarea { font-weight: inherit; font-family: inherit; font-size: inherit; border: 1px solid transparent; border-radius: 4px; outline: none; color: inherit; } .track-info input[type="text"]:hover, .track-info textarea:hover { border-color: #80808080; } .track-info input[type="text"]:active, .track-info textarea:active, .track-info input[type="text"]:focus, .track-info textarea:focus { border-color: #808080; } .track-actions { margin-top: 1em; display: flex; gap: .5em; flex-direction: row; justify-content: right; }