add contact app + konkurs contact form
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
index 3d1097f..59e4784 100755 (executable)
@@ -132,6 +132,7 @@ ul.plain {
 
     .initial-block {
       display: inline-block;
+      width: 100%;
     }
   }
 
@@ -176,15 +177,13 @@ ul.plain {
         border-bottom-right-radius: 4px;
       }
     }
-    .active {
-      > a, span {
-        &, &:hover, &:focus {
-          z-index: 2;
-          color: #fff;
-          cursor: default;
-          background-color: #337ab7;
-          border-color: #337ab7;
-        }
+    .current {
+      &, &:hover, &:focus {
+        z-index: 2;
+        color: #fff;
+        cursor: default;
+        background-color: #337ab7;
+        border-color: #337ab7;
       }
     }
     .disabled {