diff options
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rwxr-xr-x | StoneIsland/www/css/account.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 12adb2d9..998b6eac 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -557,16 +557,20 @@ input.switch:checked + label:after { } .container-row .half-input input { -margin-top:0px + margin-top:0px; } .newuser { display:inline-block; padding:18px; text-decoration:underline + border: 1px solid black; + margin: 0 8px 0 0; } .forgotpassword { padding:18px; text-decoration:underline -}
\ No newline at end of file + border: 1px solid black; + margin: 0 0 0 8px; +} |
