1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

Missing left-margin for journal icons (#26638).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17387 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2018-06-16 14:31:38 +00:00
parent 4137ba8e81
commit c5ce92a678

View File

@ -1345,7 +1345,7 @@ div.wiki img {vertical-align:middle; max-width:100%;}
.sort-handle.ajax-loading { background-image: url(../images/loading.gif); }
tr.ui-sortable-helper { border:1px solid #e4e4e4; }
.contextual>*:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; }
.contextual>*:not(:first-child), .buttons>.icon:not(:first-child), .contextual .journal-actions>*:not(:first-child) { margin-left: 5px; }
img.gravatar {
vertical-align: middle;