purr-rtl.css |
purrcss/purr-rtl.css |
|
#purr-container {
right: auto;
left: 20px;
}
.notice .close {
right: auto;
left: 22px;
text-indent: 9999px;
}
.notice-body img {
margin: 0 0 0 10px;
float: right;
}
.notice-body p {
margin: 5px 60px 0 0;
} |
purr.css |
purrcss/purr.css |
|
#purr-container {
position: fixed;
top: 20px;
right: 20px;
z-index: 1000;
}
.notice {
position: relative;
width: 324px;
font-size: 12px;
line-height: 16px;
}
.notice .close {
position: absolute;
top: 12px;
right: 12px;
… |
purr_messages.info |
purr_messages.info |
|
name = "Purr Messages"
description = "A jQuery based override of Drupal's core message system"
core = 7.x
php = 5.1
version = 7.x-1.0 |
purr_messages.module |
purr_messages.module |
|
Purr Messages
A jQuery based override of Drupal's core message system |
purr_messages.rules.inc |
purr_messages.rules.inc |
|
|
README.txt |
README.txt |
|
// $Id:
This module hooks into the D6 theme registry to override the core message display.
The purr messages, in their default state, look similar to Growl messages
on OS X and float in their own jquery based windows. The module makes use
of the… |
README.txt |
purrcss/README.txt |
|
// $Id:
Note that these files are slightly modified from the original demonstration files provided in the purr download.
I have modified the css and images to include an error colour for Drupal error messages. This can be expanded further with the… |