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

@ -12,6 +12,13 @@
margin-left: -16px;
}
.sb-selected.even {
background-color: rgba(240, 109, 53, 1);
}
.sb-selected.odd {
background-color: rgba(255, 136, 56, 1);
}
#sb_edit {
position: relative;
top: 2px;
@ -24,7 +31,7 @@
.sb-content .fg-toolbar ul {
float: left;
padding: 0;
margin: 0.5em 10px 0 0;
margin: 0.5em 0 0 10px;
cursor: pointer;
}