diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-02 13:52:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-02 13:52:16 +0000 |
commit | bc060b31ae086db5a6baf6e3a892c525b2b6f0cd (patch) | |
tree | d416375902ae23c70055d2fcc6c6c75e5282249a /public | |
parent | aebcfb1eda843b90851e0facdc0a386bf06c5d29 (diff) | |
download | redmine-bc060b31ae086db5a6baf6e3a892c525b2b6f0cd.tar.gz redmine-bc060b31ae086db5a6baf6e3a892c525b2b6f0cd.zip |
Email notifications are now sent as Blind carbon copy by default. This can be changed in email notifications settings (new setting added).
Emission email address setting moved to the email notifications settings view.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@944 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index acdb40cd0..1059d960b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -153,8 +153,8 @@ width: 200px; #preview fieldset {margin-top: 1em; background: url(../images/draft.png)} -#settings .tabular p{ padding-left: 300px; } -#settings .tabular label{ margin-left: -300px; width: 295px; } +.tabular.settings p{ padding-left: 300px; } +.tabular.settings label{ margin-left: -300px; width: 295px; } .required {color: #bb0000;} .summary {font-style: italic;} |