aboutsummaryrefslogtreecommitdiff
path: root/static/css/ja
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-11-03 19:00:29 -0500
committerBobby <[email protected]>2024-11-03 19:00:29 -0500
commitc0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c (patch)
treebf6f3e599df7b0e9053888b7f7dcbe9de6ac5aaf /static/css/ja
parent609cc6264e8a9dfc69666b40f7452300ad22caef (diff)
downloadthatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.tar.xz
thatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.zip
stuff still all over the place; added a music player and a resolution based scaler — now in a brainfucked stated - going to sleep
Diffstat (limited to 'static/css/ja')
-rw-r--r--static/css/ja/login-area.css31
1 files changed, 9 insertions, 22 deletions
diff --git a/static/css/ja/login-area.css b/static/css/ja/login-area.css
index c05a350b..4404eada 100644
--- a/static/css/ja/login-area.css
+++ b/static/css/ja/login-area.css
@@ -1,31 +1,18 @@
#login-area {
- background-image: image-set(
- url("../../images/core/sidebar/[email protected]") 1x,
- url("../../images/core/sidebar/[email protected]") 2x,
- url("../../images/core/sidebar/[email protected]") 3x
- );
+ background-image: -webkit-image-set(url("../../images/core/sidebar/[email protected]") 1x,
+ url("../../images/core/sidebar/[email protected]") 2x,
+ url("../../images/core/sidebar/[email protected]") 3x);
+ background-image: image-set(url("../../images/core/sidebar/[email protected]") 1x,
+ url("../../images/core/sidebar/[email protected]") 2x,
+ url("../../images/core/sidebar/[email protected]") 3x);
}
-#login-area > #register-now-button {
- display: block;
+#login-area>#register-now-button {
width: 76px;
- height: 12px;
- cursor: pointer;
- border-radius: 2px;
- position: absolute;
- bottom: 23px;
right: 27px;
- background: transparent;
}
-#login-area > #forgot-password-button {
- display: block;
+#login-area>#forgot-password-button {
width: 75px;
- height: 12px;
- cursor: pointer;
- border-radius: 2px;
- position: absolute;
- bottom: 85px;
right: 14px;
- background: transparent;
-}
+} \ No newline at end of file