|
@@ -129,7 +129,7 @@ See https://support.chamilo.org/issues/6976
|
|
|
.scorm_item_normal {
|
|
|
line-height: 25px;
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
- padding: 5px 0;
|
|
|
+ padding: 10px 0;
|
|
|
}
|
|
|
|
|
|
.level_0 {
|
|
@@ -235,7 +235,7 @@ See https://support.chamilo.org/issues/6976
|
|
|
/* for section */
|
|
|
.scorm_item_section {
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
@@ -559,7 +559,7 @@ See https://support.chamilo.org/issues/6976
|
|
|
}
|
|
|
|
|
|
.scorm_item_normal.scorm_not_attempted {
|
|
|
- background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #FFFFFF right center no-repeat;
|
|
|
+ background: url(../../../../main/img/icons/svg/check-not-attempted.svg) #00829C right center no-repeat;
|
|
|
}
|
|
|
|
|
|
.sidebar-scorm {
|