]> source.dussan.org Git - redmine.git/commitdiff
Add a border around issue history to prevent accidental deletion of an issue (#26662).
authorGo MAEDA <maeda@farend.jp>
Tue, 5 Jun 2018 04:53:27 +0000 (04:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 5 Jun 2018 04:53:27 +0000 (04:53 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17366 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index c48ff37c4bbc5f65055eff16c9a5e73a387d855f..a47d985477145435a7d2665497af206fb11baef2 100644 (file)
@@ -514,6 +514,15 @@ div.journal ul.details a:hover, ul.revision-info a:hover {color:#D14848;}
 body.avatars-on div.journal {padding-left:32px;}
 div.journal h4 img.gravatar {margin-left:-32px;}
 
+#history {
+  padding: 0 6px;
+  margin-bottom: 10px;
+  border-right: 1px solid #d7d7d7;
+  border-bottom: 1px solid #d7d7d7;
+  border-left: 1px solid #d7d7d7;
+  border-radius: 0 0 3px 3px / 0 0 3px 3px;
+}
+
 #history div:target h4 {background-color:#DDEEFF;}
 
 div#activity dl, #search-results { margin-left: 2em; }