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

Activity icons should stay at the top of the line.

git-svn-id: http://svn.redmine.org/redmine/trunk@16269 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-01-27 07:38:49 +00:00
parent 9b3e10a96e
commit 73f8380ef5

View File

@ -513,6 +513,7 @@ div#activity span.project:after, #search-results span.project:after { content: "
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; } div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
div#activity dt.grouped {margin-left:5em;} div#activity dt.grouped {margin-left:5em;}
div#activity dd.grouped {margin-left:9em;} div#activity dd.grouped {margin-left:9em;}
div#activity dt.icon {background-position: 0 0px !important;}
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; } #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }