From: Jean-Philippe Lang Date: Fri, 25 Mar 2011 18:15:16 +0000 (+0000) Subject: Set style more specifically to avoid clashes. X-Git-Tag: 1.2.0~624 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f6ac158de96471d991cb458cfc7c4e62f88989dd;p=redmine.git Set style more specifically to avoid clashes. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5220 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6af1bb198..b948d4e87 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -428,7 +428,7 @@ input#time_entry_comments { width: 90%;} .tabular.settings textarea { width: 99%; } fieldset.settings label { display: block; } -.parent { padding-left: 20px; } +fieldset#notified_events .parent { padding-left: 20px; } .required {color: #bb0000;} .summary {font-style: italic;}