set up fade buttons with some style. simple javascript to highlight the active choice for either editing fades or cues.

This commit is contained in:
naomiaro 2011-01-16 18:37:02 -05:00
parent ccb36c8106
commit 3674989461
4 changed files with 77 additions and 7 deletions

View file

@ -14,7 +14,7 @@
<div id="library_quick_search"><?php echo $this->layout()->quick_search ?></div>
<div id="library_content"><?php echo $this->layout()->library ?></div>
<div id="side_playlist"><?php echo $this->layout()->spl ?></div>
<div id="side_playlist" class="ui-widget-content"><?php echo $this->layout()->spl ?></div>
</body>
</html>