diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-24 20:57:07 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-24 20:57:07 -0500 |
| commit | d548a7d02ce6349ca9a820b6824e4374b759812b (patch) | |
| tree | dc807383b29a36f9dc86dc430494030d49ac1221 /StoneIsland | |
| parent | ac3d6b0f112286acdd3d9e89345479d2502dfa4d (diff) | |
form edits
Diffstat (limited to 'StoneIsland')
| -rw-r--r-- | StoneIsland/www/css/account.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index dd360cc9..b709cbdb 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -80,6 +80,8 @@ input[type=text], input[type=password], input[type=number], input[type=date], in margin-top:4px; width: calc(100vw - 10px); border:1px solid #a9a9a9; + padding: 0; + border-radius: 0; } .half-input { @@ -205,8 +207,9 @@ input.switch:checked + label:after { display: flex; flex-direction: column; margin:0; - left:0;right:0; - top:64px; + left:0; + right:0; + top: 0; } |
