diff options
Diffstat (limited to 'views/default')
| -rw-r--r-- | views/default/css.php | 9 | ||||
| -rw-r--r-- | views/default/pageshells/pageshell.php | 57 | 
2 files changed, 7 insertions, 59 deletions
diff --git a/views/default/css.php b/views/default/css.php index 4f59ab88c..cb626e115 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -189,8 +189,8 @@ div#header h1 a{  }
  #mainContent {
 -    margin:0 380px 0 170px;
 -    width:380px;
 +    margin:0 0 0 160px;
 +    width:810px;
      min-height: 380px;
      padding:0;
      border-top:1px solid white;
 @@ -443,7 +443,4 @@ a.togglepanel {  	font-weight: bold;
  	outline: none;
  	-moz-outline-style: none;
 -}
 -
 -
 -
 +}
\ No newline at end of file diff --git a/views/default/pageshells/pageshell.php b/views/default/pageshells/pageshell.php index a3659da7e..0bd281a0c 100644 --- a/views/default/pageshells/pageshell.php +++ b/views/default/pageshells/pageshell.php @@ -41,60 +41,11 @@          <?php echo elgg_view("navigation/toolbox", $vars); ?>
      </div>
 -<div id="sidebar_right" class="ui-sortable">
 -	
 -	<div class="sort">
 -		<div class="content">
 -			<!-- top/left PNG -->
 -			<div class="t"></div>
 -			<!-- box content -->
 -			<a href="#" class="togglepanel">[-]</a>
 -			<a href="#" class="button_editpanel">Edit</a>
 -			<h1>title in here</h1>
 -	
 -				<div class="editpanel">
 -				<p>Here's the edit controls for this widget</p>
 -				</div>
 -				<div class="panelcontent">
 -					<?php 
 -						// echo $vars['body'];
 -						// Removed to prevent double body!
 -						echo $vars['sidebar']; 
 -						// Apps can extend the sidebar to add widgets
 -						echo elgg_view('sidebar',$vars);
 -					?>
 -				</div>
 -		</div>
 -		<!-- bottom PNG -->
 -		<div class="b"><div></div></div>
 -	</div>
 -	
 -</div><!-- /sidebar_right -->   
 -        
  <!-- get the main body -->
 -<div id="mainContent" class="ui-sortable">
 -	
 -	<div class="sort">
 -		<div class="content">
 -			<!-- top/left PNG -->
 -			<div class="t"></div>
 -			<!-- box content -->
 -			<a href="#" class="togglepanel">[-]</a>
 -			<a href="#" class="button_editpanel">Edit</a>
 -			<h1><?php echo $title; ?></h1>
 -	
 -				<div class="editpanel">
 -				<p>Here's the edit controls for this widget</p>
 -				</div>
 -				<div class="panelcontent">
 -					<?php echo $vars['body']; ?>
 -				</div>
 -		</div>
 -		<!-- bottom PNG -->
 -		<div class="b"><div></div></div>
 -	</div>
 -	
 -</div><!-- /mainContent -->	
 +    <div id="mainContent">
 +        <h1><?php echo $title; ?></h1>
 +        <?php echo $vars['body']; ?>
 +    </div>	
  | 
