cute rotating carousel
[edumed.git] / catalogue / static / catalogue / css / section_list.scss
index 9700ca1..2b0417e 100755 (executable)
@@ -1,13 +1,12 @@
 $px: 0.0625em;
 
 .section-level {
-    width: 600*$px;
+    width: 640*$px;
     border-radius: 15*$px;
 }
 
 .section-depth {
     display: inline-block;
-    width: 300*$px - 2 * 20*$px;
     vertical-align: top;
     padding: 20*$px;
 
@@ -21,8 +20,12 @@ $px: 0.0625em;
         padding: 0 0 0 1em;
     }
 }
+.section-depth-0 {
+    width: 300*$px - 2 * 20*$px;
+}
 .section-depth-1 {
     border-radius: 0 15*$px 15*$px 0;
+    width: 340*$px - 2 * 20*$px;
 }
 
 .section-level-gimnazjum {