Skip to content

Commit

Permalink
dev: fixed template editor too wide to fit
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Apr 16, 2013
1 parent d4b4acc commit 4e48864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/templates/templatesummary_view.php
Expand Up @@ -24,7 +24,7 @@
</div>
</div>

<div style='float:left;width:70%; padding:1.3em;' >
<div class="templateeditor">
<?php echo CHtml::form(array('admin/templates/sa/templatesavechanges'), 'post', array('id'=>'editTemplate', 'name'=>'editTemplate')); ?>

<input type='hidden' name='templatename' value='<?php echo $templatename; ?>' />
Expand Down
6 changes: 6 additions & 0 deletions styles/adminstyle.css
Expand Up @@ -124,3 +124,9 @@ div.ui-jqgrid-hbox input, div.ui-jqgrid-hbox input{
height: 4em;
overflow: hidden;
}

.templateeditor {
float:left;
width:70%;
padding:1em;
}

0 comments on commit 4e48864

Please sign in to comment.