Add a border around issue history to prevent accidental deletion of an issue (#26662).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17366 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2018-06-05 04:53:27 +00:00
parent db8afc99e1
commit 880f7081b6

View 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; }