summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-22 04:05:42 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-22 04:05:42 -0600
commitced5eccaa7d9c2485301281b45de3acac59e0ce3 (patch)
treeef79a095f4970f69ed0154809c1914650478c76a /StoneIsland/www/css/account.css
parentc8ea1aef25e28665478b9d94c4f63d26cda784b1 (diff)
bugfixes cart
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rwxr-xr-xStoneIsland/www/css/account.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index d96073e4..4c71ac57 100755
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -295,13 +295,17 @@ input.switch:checked + label:after {
}
.container-fill {
- min-height:50px;
+ min-height:80px;
flex: 1;
align-items: center;
justify-content: center;
position:relative;
}
+.container-fill-condensed {
+ min-height:38px!important;
+}
+
.container-row .container-message {
color:#000;
text-align:center;
@@ -309,9 +313,11 @@ input.switch:checked + label:after {
box-sizing:border-box;
margin:10px auto 0;
position:relative
-
}
+.container-row .container-message-condensed {
+ margin: 2px auto!important
+}
.container-fill .container-message {
font-size:12px;
letter-spacing:0.5px;
@@ -350,12 +356,12 @@ input.switch:checked + label:after {
.checkbox-toggle {
display:table-cell;
box-sizing:border-box;
- padding-right:15px;
+ padding-right:0px;
position:relative;
}
.checkbox-toggle input {
- width: 50px;
+ width: 45px;
height: 35px;
opacity: 0;
z-index: 99999;
@@ -509,11 +515,11 @@ margin-bottom:9px!important
.newuser {
display:inline-block;
- padding:20px;
+ padding:14px;
text-decoration:underline
}
.forgotpassword {
- padding:20px;
+ padding:14px;
text-decoration:underline
} \ No newline at end of file