summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-08-30 21:11:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-08-30 21:11:57 +0000
commit942b85e441767b7bb66c33d341ca5f12b2df0a7b (patch)
treeec9cfbffcc27cd4219341785a3f2c21fd1333036 /public/stylesheets
parentb2171c8dfdeb244adb08c55400f26d381ab2d9e2 (diff)
downloadredmine-942b85e441767b7bb66c33d341ca5f12b2df0a7b.tar.gz
redmine-942b85e441767b7bb66c33d341ca5f12b2df0a7b.zip
Show revision details using the same structure and look from the journals details (#23146).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15761 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index bbc32992e..6786cb950 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -433,9 +433,9 @@ div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
div.journal {overflow:auto;}
div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
-div.journal ul.details {color:#959595; margin-bottom: 1.5em;}
-div.journal ul.details a {color:#70A7CD;}
-div.journal ul.details a:hover {color:#D14848;}
+div.journal ul.details, ul.revision-info {color:#959595; margin-bottom: 1.5em;}
+div.journal ul.details a, ul.revision-info a {color:#70A7CD;}
+div.journal ul.details a:hover, ul.revision-info a:hover {color:#D14848;}
div#activity dl, #search-results { margin-left: 2em; }
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }