diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 4 | ||||
| -rw-r--r-- | StoneIsland/www/css/nav.css | 13 | ||||
| -rw-r--r-- | StoneIsland/www/css/products.css | 5 |
3 files changed, 10 insertions, 12 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css new file mode 100644 index 00000000..70f8d216 --- /dev/null +++ b/StoneIsland/www/css/account.css @@ -0,0 +1,4 @@ +.login #login { display: block } +#login { + display: none; +} diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 89d62ca1..70e9cbc3 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -204,17 +204,6 @@ } -/* LOGIN / SIGNUP SCREEN */ - -#login { - display: none; - position: absolute; - top: 50%; left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%); - background: #fff; -} - - /* SELECTOR */ #selector { @@ -226,7 +215,7 @@ /* CONTENT */ -#story, #hub, #archive, #collection, #product, #cart, #faq, #search { +#story, #hub, #archive, #collection, #product, #cart, #faq, #search, #login, #logout { position: absolute; top: 43px; height: -webkit-calc(100% - 43px); diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index b3dff2ba..cd0814d8 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -41,3 +41,8 @@ background-position: center center; background-repeat: no-repeat; } + +.search #search { display: block } +#search { + display: none; +} |
