diff options
| author | Bobby <[email protected]> | 2024-10-16 18:54:17 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-10-16 18:54:17 -0400 |
| commit | 609cc6264e8a9dfc69666b40f7452300ad22caef (patch) | |
| tree | 95b9e5de8dcff5b225d753d0e4ff34d45d914476 /static/css/ja | |
| parent | e71f872fd9220a4dfb794e1c91d8e8087002b937 (diff) | |
| download | thatcomputerscientist-609cc6264e8a9dfc69666b40f7452300ad22caef.tar.xz thatcomputerscientist-609cc6264e8a9dfc69666b40f7452300ad22caef.zip | |
some japanese translation
Diffstat (limited to 'static/css/ja')
| -rw-r--r-- | static/css/ja/login-area.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/static/css/ja/login-area.css b/static/css/ja/login-area.css new file mode 100644 index 00000000..c05a350b --- /dev/null +++ b/static/css/ja/login-area.css @@ -0,0 +1,31 @@ +#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 + ); +} + +#login-area > #register-now-button { + display: block; + width: 76px; + height: 12px; + cursor: pointer; + border-radius: 2px; + position: absolute; + bottom: 23px; + right: 27px; + background: transparent; +} + +#login-area > #forgot-password-button { + display: block; + width: 75px; + height: 12px; + cursor: pointer; + border-radius: 2px; + position: absolute; + bottom: 85px; + right: 14px; + background: transparent; +} |
