fixing scheduler layout, moving side playlist.

This commit is contained in:
naomiaro 2010-10-13 11:29:39 -04:00
parent edd6b4bb59
commit 8ac0093e2e
4 changed files with 12 additions and 8 deletions

View File

@ -316,11 +316,14 @@ input, select {
float: left;
}
.side_elements {
width: 250px;
}
.container_elements {
border: 1px solid #cfcfcf;
padding: 6px;
margin-bottom: 21px;
width: 250px;
}
.container_elements h1 {

View File

@ -78,17 +78,18 @@
{/if}
<div class="content" id="cc_right_panel">
{if $simpleSearchForm}
{if $simpleSearchForm && !showLibrary}
{include file="library/simpleSearchForm.tpl"}
{/if}
{if $showSidePL && !$PL_simpleManagement }
{include file="playlist/sidebar.tpl"}
{/if}
{if $SCRATCHPAD}
{include file="scratchpad/main.tpl"}
{/if}
{/if}
{if $showSidePL && !$PL_simpleManagement}
{include file="playlist/sidebar.tpl"}
{/if}
</div>
{/if}

View File

@ -1,4 +1,4 @@
<div class="container_elements">
<div class="container_elements side_elements">
<h1>##Open Playlist##</h1>
{if $PL->activeId}
<input type="button" class="button" onClick="location.href='ui_browser.php?id=&act=PL.simpleManagement'" value="Edit" />

View File

@ -3,7 +3,7 @@
<!-- start scratch pad -->
<form name="SP">
<div class="container_elements">
<div class="container_elements side_elements">
<h1>##ScratchPad##</h1>
<div class="container_table">
<table id="SP_table">