Browse Source

fix style

Alex Aragón 6 years ago
parent
commit
eac99f27fa
2 changed files with 5 additions and 3 deletions
  1. 4 2
      app/Resources/public/css/base.css
  2. 1 1
      app/Resources/public/css/scorm.css

+ 4 - 2
app/Resources/public/css/base.css

@@ -24,9 +24,11 @@ p{
 }
 
 ul li, ol li{
-    /*margin-bottom: 10px;*/
+    margin-bottom: 10px;
+}
+.navbar-nav li{
+    margin-bottom: 0;
 }
-
 /* Sticky footer style */
 .sticky-footer {
     position: absolute;

+ 1 - 1
app/Resources/public/css/scorm.css

@@ -463,7 +463,7 @@ See https://support.chamilo.org/issues/6976
     border-right: 1px solid #e6e6e6;
 }
 .scorm_item_normal.scorm_highlight a{
-    /* color: #FFFFFF; This makes link invisible */
+    color: #FFFFFF;
 }
 /* END LP VIEW COLLAPSE */
 /* Small devices (tablets, 768px and up) */