diff options
Diffstat (limited to 'module/web/media/js/purr_static.js')
-rw-r--r-- | module/web/media/js/purr_static.js | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/module/web/media/js/purr_static.js b/module/web/media/js/purr_static.js index 7e0aee949..c011ad505 100644 --- a/module/web/media/js/purr_static.js +++ b/module/web/media/js/purr_static.js @@ -32,14 +32,17 @@ var Purr = new Class({ 'wrapper': { 'styles': { 'position': 'fixed', - 'z-index': '9999' + 'z-index': '9999', + 'width': '40%', + 'margin-top': '60px', }, - 'class': 'purr-wrapper' + 'class': '', }, 'alert': { - 'class': 'purr-alert', + 'class': 'alert alert-info', 'styles': { - 'opacity': '.85' + 'opacity': '.70', + 'width': '', } }, 'buttonWrapper': { |