Add js to the problem and move around that css and js to accomodate Tonys new HTML Structure

This commit is contained in:
Kyle Fiedler
2012-08-31 11:15:06 -04:00
parent 1939b001e4
commit e6f9f8d9b0
2 changed files with 40 additions and 20 deletions

View File

@@ -453,37 +453,33 @@ section.problem {
}
}
.longform, .shortform {
> section {
border: 1px solid #ddd;
padding: 9px;
padding: 9px 9px 20px;
margin-bottom: 10px;
background: #FFF;
position: relative;
@include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px);
p:last-of-type {
margin-bottom: 0;
}
}
a.full {
@include position(absolute, 0 0 1px 0px);
font-size: .8em;
padding: 4px;
text-align: right;
width: 100%;
display: block;
background: #F3F3F3;
@include box-sizing(border-box);
}
.shortform {
margin-bottom: .6em;
}
.longform {
position: relative;
padding-bottom: 20px;
}
.longform-header {
margin-bottom: .6em;
a.full {
@include position(absolute, 0 0 1px 0px);
font-size: .8em;
padding: 4px;
text-align: right;
width: 100%;
display: block;
background: #F3F3F3;
@include box-sizing(border-box);
}
}
}
}