simple fix for images in exercises
[edumed.git] / catalogue / static / catalogue / css / layout.css
index 0757538..09ff5af 100644 (file)
       text-transform: uppercase; }
   #sidebar .box-button {
     background-color: #ed7831;
-    border-radius: 0.938em;
-    padding: 1.063em 0.75em 1.063em 0.75em; }
+    border-radius: 0.938em; }
     #sidebar .box-button .dl-button {
-      color: white; }
+      color: white;
+      padding: 1.063em 0.75em 1.063em 0.75em; }
   #sidebar .dl-button {
     color: #363a3e;
     display: block;
 
 #main-bar {
   width: 40em; }
+  #main-bar .top-link {
+    float: right; }
+
+.lesson-footer {
+  clear: both;
+  border-top: 1px solid #777;
+  margin-top: 2em;
+  padding-top: 1em; }
+  .lesson-footer .section-info {
+    text-align: center; }
+  .lesson-footer .previous-lesson {
+    float: left; }
+  .lesson-footer .next-lesson {
+    float: right; }