CC-2904: Space missing between two boxes on "Playlist Builder"

- fixed
This commit is contained in:
James 2011-10-03 14:26:10 -04:00
parent 83e8a610df
commit 1d172ca630
1 changed files with 1 additions and 1 deletions
airtime_mvc/application/layouts/scripts

View File

@ -20,7 +20,7 @@
<div class="wrapper">
<!--Set to z-index 254 to make it lower than the top-panel and the ZFDebug info bar, but higher than the side-playlist-->
<div id="library_content" class="tabs ui-widget ui-widget-content block-shadow omega-block padded" style="z-index:254"><?php echo $this->layout()->library ?></div>
<div id="library_content" class="tabs ui-widget ui-widget-content block-shadow alpha-block padded" style="z-index:254"><?php echo $this->layout()->library ?></div>
<div id="side_playlist" class="ui-widget ui-widget-content block-shadow omega-block"><?php echo $this->layout()->spl ?></div>
</div>
</body>