OSDN Git Service

Changes errors style.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Dec 2009 20:17:40 +0000 (20:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Dec 2009 20:17:40 +0000 (20:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3199 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/images/exclamation.png [new file with mode: 0644]
public/stylesheets/application.css

diff --git a/public/images/exclamation.png b/public/images/exclamation.png
new file mode 100644 (file)
index 0000000..c37bd06
Binary files /dev/null and b/public/images/exclamation.png differ
index 812f800..e63122b 100644 (file)
@@ -411,10 +411,10 @@ table.members td.group { padding-left: 20px; background: url(../images/group.png
 div.flash {margin-top: 8px;}
 
 div.flash.error, #errorExplanation {
-    background: url(../images/false.png) 8px 5px no-repeat;
+       background: url(../images/exclamation.png) 8px 50% no-repeat;
        background-color: #ffe3e3;
        border-color: #dd0000;
-       color: #550000;
+       color: #880000;
 }
 
 div.flash.notice {