From 4d7dde7f4e3a6fbe48581d37c6ad50879018d6a7 2016-11-19 10:44:03 From: Jean-Philippe Lang Date: 2016-11-19 10:44:03 Subject: [PATCH] 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 823fafd..278fbc5 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;}