mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user