diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-17 01:18:06 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-17 01:18:06 +0100 |
commit | ed2373b3c3568db328e8000984f8dfc98028db73 (patch) | |
tree | bd08ffb6259a5a938465e6066cc6a034ae8321b8 /module/web/media/js/purr_static.js | |
parent | webui temp (diff) | |
parent | delete tmp folder (diff) | |
download | pyload-ed2373b3c3568db328e8000984f8dfc98028db73.tar.xz |
Merge branch 'pr/n1006_mariusbaumann' into 0.4.10
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': { |