Added lesson-curriculum relation.
[edumed.git] / catalogue / static / catalogue / css / section_list.scss
index ecab3c8..535ebb4 100755 (executable)
@@ -66,6 +66,24 @@ $px: 0.0625em;
 }
 
 
+.course-boxes {
+    h1 {
+        color: #363a3e;
+    }
+    .section-level {
+        background: white;
+        border: 1px solid #777;
+        a, a:hover {
+            color: #363a3e;
+        }
+        .section-type-course {
+            background: white;
+            bborder-left: 1px solid #363a3e;
+        }
+    }
+}
+
+
 .section-links {
     float: right;
 }
@@ -73,3 +91,10 @@ $px: 0.0625em;
 h2.section-header {
     margin: 0;
 }
+
+
+.section-list-toc {
+    display: inline-block;
+    vertical-align: top;
+    width: 300*$px;
+}