0

finished styling controls

This commit is contained in:
Aaron Griffith
2011-06-08 19:58:18 -04:00
parent 6bb39a87ca
commit 512b2032b2
4 changed files with 21 additions and 3 deletions

View File

@@ -706,6 +706,7 @@ var overviewer = {
// add the functionality to toggle visibility of the items
$(controlText).click(function() {
$(controlBorder).toggleClass('top-active');
$(dropdownDiv).toggle();
});