summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-04-15 01:34:14 +0000
committerGo MAEDA <maeda@farend.jp>2023-04-15 01:34:14 +0000
commitea1c8ea319184e2d610e4cfd936849e8e6e81eda (patch)
tree2ffed8c69ccd1a0effdfcef940d20f30600978b6 /public
parent4a20ff5c6514544ac8c0f79e77fb16b679a6244b (diff)
downloadredmine-ea1c8ea319184e2d610e4cfd936849e8e6e81eda.tar.gz
redmine-ea1c8ea319184e2d610e4cfd936849e8e6e81eda.zip
Add a margin below the Submit button on the issue edit page (#38448).
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22192 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-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 d1d96fcd4..fce0dff08 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -619,6 +619,8 @@ body.avatars-on div.journal {padding-left:32px;}
div.journal h4 img.gravatar {margin-left:-32px;}
div.journal span.update-info {color: #666; font-size: 0.9em;}
+#update {margin-bottom: 1.4em;}
+
#history .tab-content {
padding: 0 6px;
margin-bottom: 10px;