CC-1977: Allow multiple files to be selected and acted upon in the library and playlist
- Added checkbox column to playlist builder - Added the ability to add multiple songs to playlist by using checkboxes and "Add" button - Added the ability to delete multiple songs/playlists by using checkboxes and "Delete" button - Make them look nice by adjusting CSS and datatable
This commit is contained in:
parent
f025dccc4f
commit
8833f4462e
4 changed files with 303 additions and 48 deletions
|
@ -607,10 +607,10 @@ dl.inline-list dd {
|
|||
}
|
||||
.dataTables_filter input {
|
||||
background: url("images/search_auto_bg.png") no-repeat scroll 0 0 #DDDDDD;
|
||||
width: 60%;
|
||||
border: 1px solid #5B5B5B;
|
||||
margin: 0;
|
||||
padding: 4px 3px 4px 25px;
|
||||
width: 60%;
|
||||
border: 1px solid #5B5B5B;
|
||||
margin-left: -8px;
|
||||
padding: 4px 3px 4px 25px;
|
||||
}
|
||||
.dataTables_length select {
|
||||
background-color: #DDDDDD;
|
||||
|
@ -623,6 +623,15 @@ dl.inline-list dd {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.library_toolbar .ui-button {
|
||||
float: right;
|
||||
text-align:center;
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
padding: 0.2em 1em;
|
||||
margin: 0.5em 0.2em;
|
||||
}
|
||||
|
||||
/*----END Data Table----*/
|
||||
|
||||
fieldset {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue