diff --git a/design/privateheader.php b/design/privateheader.php index 39790cbf..a847e84d 100644 --- a/design/privateheader.php +++ b/design/privateheader.php @@ -1,5 +1,6 @@ diff --git a/sections/tools/managers/login_watch.php b/sections/tools/managers/login_watch.php index ea4fe1c1..25f11d0c 100644 --- a/sections/tools/managers/login_watch.php +++ b/sections/tools/managers/login_watch.php @@ -13,7 +13,7 @@ l.LastAttempt, l.Attempts, l.BannedUntil, - l.Bans, + l.Bans FROM login_attempts AS l WHERE l.BannedUntil > "'.sqltime().'" ORDER BY l.BannedUntil ASC'); diff --git a/static/styles/global.css b/static/styles/global.css index 5084c849..addd81fa 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -166,7 +166,7 @@ div#AddArtists a { max-width: 100%; } -.rippywrap { z-index:25; display: block; position: fixed; background: transparent url('../rippy/rippy.png') no-repeat bottom center; color: black; text-align: center; width: 190px; height: 180px; bottom: 0px; right: 0px; } +.rippywrap { z-index:25; display: block; position: fixed; background: transparent url('../rippy/loggy.png') no-repeat bottom center; color: black; text-align: center; width: 190px; height: 180px; bottom: 0px; right: 0px; } .rippywrap div.rippy { z-index: 25; height: 111px; width: 190px; position: fixed; bottom: 0px; right: 0px; } span.rbt { display: block; padding: 8px 0 0; background: url('../rippy/rippy_top.gif') no-repeat top; } span.rbm { display: block; background: url('../rippy/rippy_middle.gif') repeat bottom; padding: 2px; }