| 
            CHANGELOG.txt           | 
                  
            CHANGELOG.txt           | 
                  
                       | 
                  
            Nice messages 7.x-1.x-dev - Changes since 7.x-1.0-beta1
-------------------------------------------------------
#2207225 by SweetTomato, Digidog: Error messages with long directory paths need css word-wrap.
#2127109 by ocb, Digidog: Option for…           | 
              
          
                  | 
            nicemessages.css           | 
                  
            css/nicemessages.css           | 
                  
                       | 
                  
            #jGrowl .jGrowl-notification{
background-position: 4px center;
background-repeat: no-repeat;
color: #fff;
padding-left: 14px;
}
#jGrowl .jGrowl-notification a { color: #fff; }
#jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; }           | 
              
          
                  | 
            nicemessages.info           | 
                  
            nicemessages.info           | 
                  
                       | 
                  
            name = Nice messages
description = Displays drupal system messages with animating jGrowl popups.
core = 7.x
dependencies[] = list
files[] = nicemessages.module           | 
              
          
                  | 
            nicemessages.install           | 
                  
            nicemessages.install           | 
                  
                       | 
                  
            Module install file.
Attaching boolean nicemessages_enabled field to user objects.           | 
              
          
                  | 
            nicemessages.module           | 
                  
            nicemessages.module           | 
                  
                       | 
                  
            Nicemessages module           | 
              
          
                  | 
            nicemessages_background_color.css           | 
                  
            css/nicemessages_background_color.css           | 
                  
                       | 
                  
            #jGrowl .jGrowl-notification.status {background-color: green;}
#jGrowl .jGrowl-notification.warning {background-color: orange;}
#jGrowl .jGrowl-notification.error {background-color: red;}           | 
              
          
                  | 
            nicemessages_background_color_bordered.css           | 
                  
            css/nicemessages_background_color_bordered.css           | 
                  
                       | 
                  
            #jGrowl .jGrowl-notification.status {background-color: green; border: 1px solid darkgreen;}
#jGrowl .jGrowl-notification.warning {background-color: orange; border: 1px solid darkorange;}
#jGrowl .jGrowl-notification.error {background-color: red;…           | 
              
          
                  | 
            README.txt           | 
                  
            README.txt           | 
                  
                       | 
                  
            Version: nicemessages-7.x-1.x-dev
Description
============
Nicemessages module provides displaying drupal messages in nice popups using
the jQuery jGrowl plugin (http://stanlemon.net/projects/jgrowl.html).
Module written by blazey…           |