aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-23 16:53:29 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-23 16:53:29 +0000
commit42cda8751ae6237f4ab9439b1daf6650b3db0f63 (patch)
tree29ee87b98532490ef1f9d1e46a44e28f4b526965
parent7a0e5b0db2a2b69ee227a3436f83251764e3233b (diff)
downloadelgg-42cda8751ae6237f4ab9439b1daf6650b3db0f63.tar.gz
elgg-42cda8751ae6237f4ab9439b1daf6650b3db0f63.tar.bz2
reverted back to a simple layout for now
git-svn-id: https://code.elgg.org/elgg/trunk@705 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/css.php9
-rw-r--r--views/default/pageshells/pageshell.php57
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>