Importing whole sections.
[edumed.git] / catalogue / static / catalogue / css / section_list.scss
index 9700ca1..23f248b 100755 (executable)
@@ -1,13 +1,13 @@
 $px: 0.0625em;
 
 .section-level {
-    width: 600*$px;
+    width: 640*$px;
     border-radius: 15*$px;
+    margin: 1em 0;
 }
 
-.section-depth {
+.section-type {
     display: inline-block;
-    width: 300*$px - 2 * 20*$px;
     vertical-align: top;
     padding: 20*$px;
 
@@ -21,8 +21,12 @@ $px: 0.0625em;
         padding: 0 0 0 1em;
     }
 }
-.section-depth-1 {
+.section-type-synthetic {
+    width: 300*$px - 2 * 20*$px;
+}
+.section-type-course {
     border-radius: 0 15*$px 15*$px 0;
+    width: 340*$px - 2 * 20*$px;
 }
 
 .section-level-gimnazjum {
@@ -32,9 +36,9 @@ $px: 0.0625em;
         color: #67584f;
     }
 
-    .section-depth-0 {
+    .section-type-synthetic {
     }
-    .section-depth-1 {
+    .section-type-course {
         background: #ed7831;
         color: #fff;
         a {
@@ -44,16 +48,16 @@ $px: 0.0625em;
 }
 
 
-.section-level-L {
+.section-level-liceum {
     background: #f4ae83;
     color: #67584f;
     a {
         color: #67584f;
     }
 
-    .section-depth-0 {
+    .section-type-synthetic {
     }
-    .section-depth-1 {
+    .section-type-course {
         background: #ed7831;
         color: #fff;
         a {
@@ -63,3 +67,10 @@ $px: 0.0625em;
 }
 
 
+.section-links {
+    float: right;
+}
+
+h2.section-header {
+    margin: 0;
+}