summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rw-r--r--StoneIsland/www/css/account.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index 571baa6c..3c04e1b1 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 }