summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-13 17:51:55 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-13 17:51:55 +0000
commit75d25b7e61c16b732e340073af6d928ced3f8ae3 (patch)
tree28f2cc02d3e92710239ddc4c9d9b9c26596af392 /public/stylesheets
parent77e87eb0bad7afb83ba569ef42d9b0dda9aa44e9 (diff)
downloadredmine-75d25b7e61c16b732e340073af6d928ced3f8ae3.tar.gz
redmine-75d25b7e61c16b732e340073af6d928ced3f8ae3.zip
Fixed: Update issue form: comment field from log time end out of screen (#1227).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1427 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 18e1de621..8e4bf995c 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -241,6 +241,8 @@ text-align: left;
width: 200px;
}
+input#time_entry_comments { width: 90%;}
+
#preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
.tabular.settings p{ padding-left: 300px; }