From 4d7dde7f4e3a6fbe48581d37c6ad50879018d6a7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 19 Nov 2016 10:44:03 +0000 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 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) 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;}