diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 21:19:30 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 21:19:30 -0500 |
| commit | 61bbd7702f6d8f750cee532ba372c1321562cbc8 (patch) | |
| tree | 10a3df62a27658841164e55c900620d114033fce /StoneIsland/www/css/account.css | |
| parent | ded2f8928dd509acc8d4ae1e4131b622c7bb4d9c (diff) | |
order info
Diffstat (limited to 'StoneIsland/www/css/account.css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 5033cf22..7d6247c2 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -38,15 +38,17 @@ #orders { display: none; } - -#orders.list { +#orders #order_list { + display: block; } -#orders.single { +#orders #single_order { + display: none; } - -#order_list { +#orders.single #order_list { + display: none; } -#single_order { +#orders.single #single_order { + display: block; } .settings #settings { display: block } |
