From: Jean-Philippe Lang Date: Sat, 19 Nov 2016 10:44:03 +0000 (+0000) Subject: Move the star to the right to preserve the indentation. X-Git-Tag: 3.4.0~571 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4d7dde7f4e3a6fbe48581d37c6ad50879018d6a7;p=redmine.git Move the star to the right to preserve the indentation. git-svn-id: http://svn.redmine.org/redmine/trunk@15986 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 823fafd9e..278fbc522 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -482,6 +482,7 @@ ul.projects li {list-style-type:none;} #projects-index ul.projects li.root {margin-bottom: 1em;} #projects-index ul.projects li.child {margin-top: 1em;} #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; } +#projects-index a.icon-fav {padding-left:0; padding-right:20px; background-position:98% 50%;} #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}