summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/nav.css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-08 20:55:47 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-08 20:55:47 -0600
commitea6860e8d1d8f8b5dac999373feed0a98534f213 (patch)
tree2c6c8a0c25826accc9a828a50921f37c91359101 /StoneIsland/www/css/nav.css
parentf757b2c031bd6f44e4ee40227f68605958cdc099 (diff)
android modifications
Diffstat (limited to 'StoneIsland/www/css/nav.css')
-rw-r--r--StoneIsland/www/css/nav.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css
index d785c458..923dd85f 100644
--- a/StoneIsland/www/css/nav.css
+++ b/StoneIsland/www/css/nav.css
@@ -222,7 +222,7 @@ padding-bottom:0px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: #bbb;
- font-size:13px
+ font-size:12.35px;
}
.cart::before {
@@ -302,16 +302,19 @@ padding-bottom:0px;
#selector {
display: none;
- width: 100%;
- position: absolute; bottom: 0; left: 0;
+ position: absolute;
background: #fff;
z-index: 2;
+ width:100%;
+ box-sizing:border-box
}
#selector .options div {
width: 100%;
background: white;
text-align: center;
- padding: 5px;
+ padding: 8px;
+
+ box-sizing:border-box;
font-size: 14px;
}