Merge WTEM support into master
[edumed.git] / catalogue / static / catalogue / css / layout.scss
index ed4cb33..7bea63a 100755 (executable)
@@ -30,9 +30,9 @@ $new_black: #363a3e;
     .box-button {
         background-color: #ed7831;
         border-radius: 15*$px;
-        padding: 17*$px 12*$px 17*$px 12*$px;
         .dl-button {
             color: white;
+            padding: 17*$px 12*$px 17*$px 12*$px;
         }
     }
     .dl-button {
@@ -58,7 +58,37 @@ $new_black: #363a3e;
             font-size: 1em;
         }
     }
+    .section-micro {
+        font-size: .8em;
+        color: #888;
+        border-top: 1px solid #c9ccce;
+        padding-top: 17*$px;
+        h1 {
+            font-weight: normal;
+            font-size: 1em;
+        }
+        .link-list a {
+            color: #888;
+        }
+    }
 }
 #main-bar {
     width: 640*$px;
+
+    .top-link {
+        float:right;
+    }
+}
+
+.lesson-footer {
+    clear: both;
+    border-top: 1px solid #777;
+    margin-top: 2em;
+    padding-top: 1em;
+
+    .section-info {
+        text-align: center;
+    }
+    .previous-lesson {float: left;}
+    .next-lesson {float: right;}
 }