mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
3efb817100
commit
137ae4f883
@ -1,5 +1,6 @@
|
||||
<?
|
||||
|
||||
|
||||
define('FOOTER_FILE', SERVER_ROOT.'/design/privatefooter.php');
|
||||
$HTTPS = ($_SERVER['SERVER_PORT'] == 443) ? 'ssl_' : '';
|
||||
?>
|
||||
|
@ -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');
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user