Index: STARTERKIT/css/messages.css =================================================================== RCS file: /cvs/drupal/contributions/themes/zen/STARTERKIT/css/messages.css,v retrieving revision 1.3 diff -u -r1.3 messages.css --- STARTERKIT/css/messages.css 12 Aug 2009 08:37:42 -0000 1.3 +++ STARTERKIT/css/messages.css 12 Sep 2010 20:40:00 -0000 @@ -7,46 +7,20 @@ * Sensible styling for Drupal's error/warning/status messages. */ - -div.messages, -div.status, -div.warning, -div.error /* Important messages (status, warning, and error) for the user */ { - min-height: 21px; - margin: 0 1em 5px 1em; - border: 2px solid #ff7; - padding: 5px 5px 5px 35px; /* LTR */ +div.error, div.warning, div.status { + margin-bottom: .9em; + padding: .9em .9em .9em 36px; + border: 0; + background: #dfd url(../images/protocons/24px/status/ok.png) no-repeat 6px center; color: #000; - background-color: #ffc; - background-image: url(../images/messages-status.png); - background-repeat: no-repeat; - background-position: 5px 5px; /* LTR */ -} - -div.status /* Normal priority messages */ { -} - -div.warning /* Medium priority messages */ { - border-color: #fc0; - background-image: url(../images/messages-warning.png); } - -div.warning, -tr.warning { - color: #000; /* Drupal core uses #220 */ - background-color: #ffc; -} - -div.error /* High priority messages. See also the .error declaration in pages.css. */ { - /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */ - border-color: #c00; - background-image: url(../images/messages-error.png); -} - -div.error, -tr.error { - color: #900; /* Drupal core uses #200 */ - background-color: #fee; +div.error { + background-color: #fcc; + background-image: url(../images/protocons/24px/status/error.png); +} +div.warning { + background-color: #fcfca7; + background-image: url(../images/protocons/24px/status/warning.png); } div.messages ul {