From 0811cde13173a12ab0422b97f14e254bdd738367 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 29 Dec 2015 17:06:00 +0000 Subject: [PATCH] fixed minor styles in the issue show view --- codepot/src/codepot/views/issue_show.php | 2 +- codepot/src/css/issue.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/codepot/src/codepot/views/issue_show.php b/codepot/src/codepot/views/issue_show.php index 5d275058..0cb85556 100644 --- a/codepot/src/codepot/views/issue_show.php +++ b/codepot/src/codepot/views/issue_show.php @@ -749,7 +749,7 @@ $this->load->view (
-lang->line('Attachments'); ?> + lang->line('Attachments'); ?> lang->line('Add')?> diff --git a/codepot/src/css/issue.css b/codepot/src/css/issue.css index f3372371..17c3b13a 100644 --- a/codepot/src/css/issue.css +++ b/codepot/src/css/issue.css @@ -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;