CC-3545 : Calendar->AddRemove (Now Playing Tab->Add Files to Show) -> changing order of tracks is not correct

removing table tools.
replacing with something simpler that will preserve order on screen.
This commit is contained in:
Naomi Aro 2012-04-02 19:03:11 +02:00
parent c5b761bff3
commit 6c25423f4e
9 changed files with 240 additions and 243 deletions

View file

@ -1,7 +1,7 @@
.lib-content .fg-toolbar ul {
float: left;
padding: 0;
margin: 0.5em 0 0 0;
margin: 0.5em 0 0 10px;
cursor: pointer;
}
@ -12,6 +12,13 @@
margin-right: 5px;
}
.lib-selected.even {
background-color: rgba(240, 109, 53, 1);
}
.lib-selected.odd {
background-color: rgba(255, 136, 56, 1);
}
#library_content {
float: left;
width: 50%;