diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 00:45:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 00:45:52 +0200 |
| commit | d33c9645740478c3b1b4747faba4890017103c9e (patch) | |
| tree | b31bffbb7e6167030220e920eb7a572165a4f590 /StoneIsland/www/css/account.css | |
| parent | eed7b4e881a1b6f6b3297a459378fec9232950bb (diff) | |
fix curtain
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rwxr-xr-x | StoneIsland/www/css/account.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 5e67a039..fd5283e0 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -169,6 +169,9 @@ input[type=text], input[type=password], input[type=number], input[type=email] { overflow: auto; } +.half-input label { + width: 50%; +} .half-input input, .half-input select { position: relative; margin: 0; |
