From 503d613403aeb19b376d329350621b536e856b05 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 19 Dec 2009 20:17:40 +0000 Subject: [PATCH] Changes errors style. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3199 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/images/exclamation.png | Bin 0 -> 701 bytes public/stylesheets/application.css | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 public/images/exclamation.png diff --git a/public/images/exclamation.png b/public/images/exclamation.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bd062e60c3b38fc82e4d1f236a8ac2fae9d8c GIT binary patch literal 701 zcmV;u0z&N#0$9Ug7g~-`rQ^qx~m@y2OU8A z#zh~=7n#Z$Z*fx-GOtDf07cgx0suCz_W(2~Y(0tf@FX@P6EPuM_dgn$vj9LucO)%W zw%HgMW>=#oL>nZ>M&NEf08>)#)k<{$fCT_r>rPi=BV=hFh6WS^qqze>C6Ek}o{M5% za|@JGowu0t{&hgNzySHZxy@LTNh);YzZ2zSp_ zl$^T&Dnc|NLb&RD_!4>pt@VHdP)ZGER%5ZmWEe$lryR&y;2u^3cOkO4#6c%-(EY6a{600000NkvXXu0mjfxS2AI literal 0 HcmV?d00001 diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 812f800af..e63122b49 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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 { -- 2.39.5