diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
commit | 76b92fb999750402a448af0226c871bcef0ec2d9 (patch) | |
tree | d77805fb8e9106c5dc4a6552ef9d9bf4b18f16a9 /public | |
parent | a9f86444fc5acd7502b72ea905f88952fc3c1434 (diff) | |
download | redmine-76b92fb999750402a448af0226c871bcef0ec2d9.tar.gz redmine-76b92fb999750402a448af0226c871bcef0ec2d9.zip |
Warn user that subprojects are also deleted when deleting a project (#1111) and add a checkbox to confirm the deletion.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1359 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 1df5b213c..26f66f0b8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -259,7 +259,7 @@ p.other-formats { text-align: right; font-size:0.9em; color: #666; } a.feed { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; } /***** Flash & error messages ****/ -#errorExplanation, div.flash, .nodata { +#errorExplanation, div.flash, .nodata, .warning { padding: 4px 4px 4px 30px; margin-bottom: 12px; font-size: 1.1em; @@ -282,7 +282,7 @@ div.flash.notice { color: #005f00; } -.nodata { +.nodata, .warning { text-align: center; background-color: #FFEBC1; border-color: #FDBF3B; |