diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-20 04:03:39 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-20 04:03:39 +0100 |
| commit | 4c8d3ed138f144643e8c9058dd55728d45eb5db8 (patch) | |
| tree | 421f6827dcca9332d25fc91263e9d62885f03017 /StoneIsland/www/css | |
| parent | 1b574b3294d3d5db37a3d1e180f5dbdd8ba78796 (diff) | |
fix date field graphic bug
Diffstat (limited to 'StoneIsland/www/css')
| -rwxr-xr-x | StoneIsland/www/css/account.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index b77cd428..f5b6079a 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -458,6 +458,9 @@ input.switch:checked + label:after { width: calc(100vw - 10px); border: 1px solid #a9a9a9; } +.date-wrapper span { + display: block; +} .half-input .select-wrapper { width: 50%; border: 0; @@ -476,6 +479,7 @@ input.switch:checked + label:after { position: absolute; top: -5px; left: -1px; + width: 1px; height: 1px; } .select-wrapper select { opacity: 0; |
