diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 01:48:51 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 01:48:51 -0500 |
| commit | 9cb9177accbbf6e4397cc71bc06dff0ccd47f441 (patch) | |
| tree | 8f1c1ab7e78da7ecace35db86f14b38119d87e1d /StoneIsland/www/css | |
| parent | dad5f3f0c3c13e8334a6a0ea522c5a2bfe8cd830 (diff) | |
login view
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; +} |
