summaryrefslogtreecommitdiffstats
path: root/module/web/media/js/purr_static.js
diff options
context:
space:
mode:
authorGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 20:42:17 +0100
committerGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 20:42:17 +0100
commit4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836 (patch)
tree32c15f5326bafb0fe9acf5e9f79ec088b4756037 /module/web/media/js/purr_static.js
parentDetails changed on info, admin sites (diff)
downloadpyload-4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836.tar.xz
Some style and bug fixes
+ Drag and drop sort fetature on queue fixed + Capcha overlay redesigned + Add premium account window restyled + Alert messages restyled + Some other details changed
Diffstat (limited to 'module/web/media/js/purr_static.js')
-rw-r--r--module/web/media/js/purr_static.js11
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': {