Commit bbc95cb5 by Tom Giannattasio

fixed accordion nav glitch

parent 88505b39
...@@ -10,6 +10,7 @@ nav.sequence-nav { ...@@ -10,6 +10,7 @@ nav.sequence-nav {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 9999;
width: 20px; width: 20px;
height: 46px; height: 46px;
@include linear-gradient(left, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)); @include linear-gradient(left, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
...@@ -21,6 +22,7 @@ nav.sequence-nav { ...@@ -21,6 +22,7 @@ nav.sequence-nav {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
z-index: 9999;
width: 20px; width: 20px;
height: 46px; height: 46px;
@include linear-gradient(right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)); @include linear-gradient(right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
......
...@@ -26,12 +26,12 @@ a { ...@@ -26,12 +26,12 @@ a {
} }
.container { .container {
padding: 1.4em 0 0 0; padding: 20px 0 0 0;
> div { > div {
display: table; display: table;
table-layout: fixed;
width: 100%; width: 100%;
@include box-sizing(border-box);
border-radius: 3px; border-radius: 3px;
border: 1px solid #ccc; border: 1px solid #ccc;
background: #fff; background: #fff;
...@@ -39,6 +39,11 @@ a { ...@@ -39,6 +39,11 @@ a {
} }
} }
form { form {
label { label {
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment