fixed minor styles in the issue show view

This commit is contained in:
hyung-hwan 2015-12-29 17:06:00 +00:00
parent e409324188
commit 0811cde131
2 changed files with 5 additions and 1 deletions

View File

@ -749,7 +749,7 @@ $this->load->view (
</div> <!-- issue_show_mainarea_description -->
<div id="issue_show_mainarea_files">
<?php print $this->lang->line('Attachments'); ?>
<i class='fa fa-plug'></i> <?php print $this->lang->line('Attachments'); ?>
<?php if (isset($login['id']) && $login['id'] != ''): ?>
<a id="issue_show_mainarea_add_file_button" href='#'><?php print $this->lang->line('Add')?></a>

View File

@ -102,6 +102,10 @@
font-size: 0.9em;
}
#issue_show_mainarea_files {
padding-top: 0.5em;
}
#issue_show_mainarea_changes {
margin-top: 1em;
padding-top: 0.5em;