diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-23 04:30:42 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-23 04:30:42 -0500 |
| commit | 6e3fbfc577116bc0b77aa4f8bee40148f5322e24 (patch) | |
| tree | 478934a1f6c3c1ff99c9e8273bd89ca8e47fb879 /StoneIsland/www/css/account.css | |
| parent | e27a06f816ef36c6a5176cb8f503ab43db0b561c (diff) | |
state dropdown
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 4286baa0..765f575a 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -362,6 +362,16 @@ input.switch:checked + label:after { width: calc(100vw - 10px); border: 1px solid #a9a9a9; } +.half-input .select-wrapper { + width: 50%; + border: 0; + margin-top: -1px; + float: left; +} +.half-input .select-wrapper span { + top: 9px; + color: #aaa; +} .select-wrapper select { opacity: 0; width: 100%; |
