| 
            absolute-messages-dismiss-all.tpl.php           | 
                  
            theme/absolute-messages-dismiss-all.tpl.php           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            absolute-messages-message.tpl.php           | 
                  
            theme/absolute-messages-message.tpl.php           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            absolute-messages-wrapper.tpl.php           | 
                  
            theme/absolute-messages-wrapper.tpl.php           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            absolute_messages.admin.inc           | 
                  
            absolute_messages.admin.inc           | 
                  
                       | 
                  
            Absolute Messages module admin functions.           | 
              
          
                  | 
            absolute_messages.css           | 
                  
            absolute_messages.css           | 
                  
                       | 
                  
            #absolute-messages-messages {
  width: 100%;
  position: relative;
  z-index: 500;
}
.absolute-messages-message {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  color: #735005;
  font-size: 1.4em;
  text-align: center;
 …           | 
              
          
                  | 
            absolute_messages.info           | 
                  
            absolute_messages.info           | 
                  
                       | 
                  
            name = Absolute Messages
description = Displays system messages in colored horizontal bars on top of the page.
package = Other
core = 7.x
configure = admin/config/system/absolute_messages           | 
              
          
                  | 
            absolute_messages.install           | 
                  
            absolute_messages.install           | 
                  
                       | 
                  
            Absolute Messages module (un)installation functions.           | 
              
          
                  | 
            absolute_messages.module           | 
                  
            absolute_messages.module           | 
                  
                       | 
                  
            Module displaying system messages in colored horizontal bars on top
of the page, similar to Stack Overflow / Stack Exchange network notifications.           | 
              
          
                  | 
            absolute_messages_fixed.css           | 
                  
            absolute_messages_fixed.css           | 
                  
                       | 
                  
            body #absolute-messages-messages {
  position: fixed;
  top: 0;
  left: 0;
}           | 
              
          
                  | 
            README.txt           | 
                  
            README.txt           | 
                  
                       | 
                  
            Summary
-------
Absolute Messages module displays system messages in colored
horizontal bars on top of the page, similar to Stack Overflow /
Stack Exchange network notifications.
Features
--------
- when messages are displayed content is pushed…           |