ux(playlist): finalize the ux for playlists

This commit is contained in:
bergquist
2016-02-22 11:29:09 +01:00
parent 6c617ba28c
commit ea4ce0ce1f
3 changed files with 64 additions and 20 deletions

View File

@@ -1,3 +1,8 @@
.playlist-description {
width: 555px;
margin-bottom: 20px;
}
.playlist-search-container {
z-index: 1000;
position: relative;
@@ -18,6 +23,10 @@
right: 11px;
}
.playlist-search-containerwrapper {
margin-bottom: 15px;
}
.playlist-search-field-wrapper {
input {
width: 100%;
@@ -90,3 +99,29 @@
padding-left: 20px;
}
}
.playlist-available-list {
td {
line-height: 2rem;
white-space: nowrap;
}
.add-dashboard {
text-align: center;
}
}
.playlist-column-header {
border-bottom: thin solid $gray-1;
padding-bottom: 10px;
margin-bottom: 15px;
}
.selected-playlistitem-settings {
text-align: right;
}
.tag-result-container {
width: 160px;
float: left;
}