From 306e4cfc80e843619ddb0bb64ffcc72ccc10537e Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 17 Sep 2010 10:56:52 -0700 Subject: [PATCH] [#4518] Align the total field with the other finance forms. --- assets/stylesheets/redmine_contracts.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/stylesheets/redmine_contracts.css b/assets/stylesheets/redmine_contracts.css index d0fe4c7..6680560 100644 --- a/assets/stylesheets/redmine_contracts.css +++ b/assets/stylesheets/redmine_contracts.css @@ -47,6 +47,8 @@ padding-left: 0px; /* Don't pad submit buttons */ #retainer-finances-message label { margin-left: 0px; width: 600px; text-align: left;} /* reposition the label */ +.deliverable_total_input input { margin-left: 5px; } + #content .error_msg{ background: #ffd5d5; color: #a40000;