fixed accordion nav glitch

This commit is contained in:
Tom Giannattasio
2012-08-21 19:25:32 -04:00
parent 88505b3948
commit bbc95cb589
2 changed files with 9 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ nav.sequence-nav {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 20px;
height: 46px;
@include linear-gradient(left, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
@@ -21,6 +22,7 @@ nav.sequence-nav {
position: absolute;
top: 0;
right: 0;
z-index: 9999;
width: 20px;
height: 46px;
@include linear-gradient(right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));

View File

@@ -26,12 +26,12 @@ a {
}
.container {
padding: 1.4em 0 0 0;
padding: 20px 0 0 0;
> div {
display: table;
table-layout: fixed;
width: 100%;
@include box-sizing(border-box);
border-radius: 3px;
border: 1px solid #ccc;
background: #fff;
@@ -39,6 +39,11 @@ a {
}
}
form {
label {
display: block;