Merged hgeads

This commit is contained in:
Kyle Fiedler
2012-02-22 15:26:30 -05:00
2 changed files with 16 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ $(function() {
<section class="course-info">
<h1>Course Progress</h1>
<div id="grade-detail-graph" style="width:650px;height:200px;"></div>
<div id="grade-detail-graph"></div>
<ol class="chapters">
%for chapter in chapters:

View File

@@ -4,7 +4,7 @@ div.profile-wrapper {
section.user-info {
@extend .sidebar;
@include border-radius(0px 4px 0px 4px);
@include border-radius(0px 4px 4px 0);
border-left: 1px solid #d3d3d3;
border-right: 0;
@@ -59,32 +59,37 @@ div.profile-wrapper {
@extend .top-header;
}
div#grade-detail-graph {
width: 100%;
min-height: 300px;
}
> ol {
list-style: none;
border-top: 1px solid #e3e3e3;
list-style: none;
margin-top: lh();
> li {
@extend .clearfix;
border-bottom: 1px solid #e3e3e3;
display: table;
padding: lh() 0;
width: 100%;
display: table;
@extend .clearfix;
h2 {
display: table-cell;
padding: 0;
margin: 0;
width: flex-grid(2, 9);
padding-right: flex-gutter(9);
border-right: 1px dotted #ccc;
@include box-sizing(border-box);
display: table-cell;
margin: 0;
padding: 0;
padding-right: flex-gutter(9);
width: flex-grid(2, 9);
}
ol.sections {
padding-left: flex-gutter(9);
display: table-cell;
list-style: none;
padding-left: flex-gutter(9);
width: flex-grid(7, 9);
> li {
@@ -114,6 +119,5 @@ div.profile-wrapper {
}
}
}
}
}