Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Williams <yoshu@sugarlabs.org>2009-10-30 21:47:11 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-02-26 09:39:49 (GMT)
commit5550d126aac594a60bca1c875c25e2382e0ad4b7 (patch)
tree99005ada4a6e0f6196f84a9dbf2f96ec3efaf509
parent9396073999798de6ea1f7dfb066c26728b053940 (diff)
fixed sidebar display bug in addon_edit_properties.thtml
-rw-r--r--site/app/views/developers/addon_edit_properties.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/developers/addon_edit_properties.thtml b/site/app/views/developers/addon_edit_properties.thtml
index 1bba93d..f357f25 100644
--- a/site/app/views/developers/addon_edit_properties.thtml
+++ b/site/app/views/developers/addon_edit_properties.thtml
@@ -231,7 +231,7 @@ $this->layout = 'amo2009';
<div class="action-button-container centered"><button type="button" onclick="addon_edit_properties.save(); return false;" class="button prominent"><?=___('Update Properties')?></button></div>
</form>
</div>
-
- <div id="dev-subnav" class="secondary" role="navigation">
+</div>
+ <div id="dev-subnav" class="secondary p" role="navigation">
<?=$this->renderElement('developers/editbox');?>
</div>