summaryrefslogtreecommitdiff
path: root/public/assets/ok.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-03-30 13:31:21 -0400
committerJules Laplace <jules@okfoc.us>2016-03-30 13:31:21 -0400
commitac14d77fdb071828806bebf1920e1b150f3c6359 (patch)
treee38ed941cf924f332261165ce4f06cb972c21d68 /public/assets/ok.css
parent42ca8182e820d95e939321bf027886824b25624d (diff)
heights
Diffstat (limited to 'public/assets/ok.css')
-rw-r--r--public/assets/ok.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 3670770..321344f 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -42,8 +42,7 @@ body {
}
*/
.item.hidden {
- display: -webkit-flex;
- display: flex;
+ display: block;
opacity: 0;
pointer-events: none;
}
@@ -354,10 +353,10 @@ nav span div:last-child {
}
.top {
+ position: relative;
background: #f7f7f7;
width: 100%;
/*height: 80vh;*/
- flex: 1 auto;
margin-top: 20px;
float: none;
}
@@ -371,7 +370,7 @@ nav b {
.bottom {
float: none;
position: absolute;
- bottom: 0;
+ top: 0;
width: 100%;
left: 0;
background: white;
@@ -491,7 +490,6 @@ button.previous {
.bottom {
/*height: 20vh;*/
- flex: 0 auto;
overflow: hidden;
padding: 5px 0;
cursor: url(img/d.png)32 64, pointer;