mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(playlist): finalize the ux for playlists
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user