summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-01 00:50:47 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-01 00:50:47 -0600
commit5e07e273e18a609978253c45f3c5f702b0de4991 (patch)
treec1f8aad38e8fe6eb5d3a6ebefccea2c312f1c5c1 /StoneIsland/www/css/account.css
parent85201002dc9b736e772c627a09f74cdc61eb2b19 (diff)
order margins
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rw-r--r--StoneIsland/www/css/account.css66
1 files changed, 63 insertions, 3 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index 3c04e1b1..7e709197 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -51,6 +51,64 @@
display: block;
}
+#order_list {
+ width: calc(100vw - 40px);
+ position:relative;
+ margin:0 auto;
+ box-sizing:border-box;
+}
+
+#order_list .list {
+ padding:15px 0;
+ position:relative;
+}
+
+.images:after {
+ content:'';
+ width:calc(100% + 100px);
+ height:1px;
+ background:#bbb;
+ position:absolute;
+ bottom:0;
+ left:-50px;
+}
+
+.details-container {
+ position:relative;
+ font-weight:bold;
+ letter-spacing:0.2px;
+ font-size:11px;
+ margin-bottom:10px;
+ width:100%;
+ box-sizing:border-box;
+}
+
+.details-container .details {
+ position:absolute;
+ display:block;
+ bottom:0;
+ right:0;
+ box-sizing:border-box;
+}
+
+.details-container .txt {
+ position:relative;
+ display:block;
+ bottom:0;
+ left:0;
+ box-sizing:border-box;
+}
+
+.details-container .txt span {
+ display:block;
+ box-sizing:border-box;
+}
+
+#orders .item img {
+ max-width:120px;
+ box-sizing:border-box;
+}
+
.settings #settings { display: block }
#settings {
display: none;
@@ -58,6 +116,8 @@
+
+
form h2 {
text-align: center;
margin: 0;
@@ -223,7 +283,7 @@ input.switch:checked + label:after {
}
.container-fill {
- min-height:40px;
+ min-height:50px;
flex: 1;
align-items: center;
justify-content: center;
@@ -272,7 +332,7 @@ input.switch:checked + label:after {
width:calc(100vw - 10px);
display:table;
box-sizing:border-box;
- margin:0 auto 5px;
+ margin:0 auto;
}
.checkbox-toggle {
@@ -294,7 +354,7 @@ input.switch:checked + label:after {
}
.checkbox-row {
- margin:12px 0;
+ margin:6px 0 0;
box-sizing:border-box;
}