Bubbles should preserver width when dragged.
[edumed.git] / catalogue / static / catalogue / css / section_list.scss
index 141cba1..535ebb4 100755 (executable)
@@ -19,10 +19,6 @@ $px: 0.0625em;
         margin: 0 0 1em 0;
         font-size: 1em;
     }
-
-    .section-lessons {
-        padding: 0 0 0 1em;
-    }
 }
 .section-type-synthetic {
     width: 300*$px - 2 * 20*$px;
@@ -70,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;
 }
@@ -77,3 +91,10 @@ $px: 0.0625em;
 h2.section-header {
     margin: 0;
 }
+
+
+.section-list-toc {
+    display: inline-block;
+    vertical-align: top;
+    width: 300*$px;
+}