Skip to content

Commit 99ddda7

Browse files
committed
Merge branch '1.10.x' of https://github.com/chamilo/chamilo-lms into 1.10.0-rc
2 parents bab6203 + 3cb7420 commit 99ddda7

File tree

83 files changed

+2659
-1294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2659
-1294
lines changed

app/Resources/public/css/base.css

Lines changed: 65 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -176,26 +176,6 @@ ul#navigation li a {
176176
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
177177
-webkit-box-shadow: 0px 4px 3px #000;
178178
}
179-
/*
180-
#touch-button.btn-touch:hover{
181-
background-color: #35890B;
182-
}
183-
#touch-button.btn-touch{
184-
background-color: #4CAE4C;
185-
-webkit-border-top-right-radius: 5px;
186-
-webkit-border-bottom-right-radius: 5px;
187-
-moz-border-radius-topright: 5px;
188-
-moz-border-radius-bottomright: 5px;
189-
border-top-right-radius: 5px;
190-
border-bottom-right-radius: 5px;
191-
background-image: url('../../main/img/touch-left.png');
192-
background-repeat: no-repeat;
193-
background-position: center center;
194-
}
195-
#touch-button.show-touch{
196-
background-image: url('../../main/img/touch-right.png');
197-
}
198-
*/
199179
#touch-button.btn-touch{
200180
background-color: #C2C2C2;
201181
}
@@ -1852,27 +1832,18 @@ div.admin_section h4 {
18521832
}
18531833

18541834

1855-
.ui-state-highlight {
1835+
#lp_item_list .ui-state-highlight {
18561836
height:25px;
1837+
background: #EEEEEE;
1838+
border-radius: 5px;
1839+
border: 1px dashed #B0B0B0
18571840
}
18581841

18591842
#question_list .header_operations {
18601843
height:45px;
18611844
margin-bottom:5px;
18621845
clear: both;
18631846
}
1864-
/*.question-list-description-block {
1865-
margin-bottom:10px !important;
1866-
margin-top: -6px !important;
1867-
}*/
1868-
1869-
.thematic_advance_content {
1870-
padding:10px;
1871-
}
1872-
1873-
.thematic_advance_actions {
1874-
width:100px;
1875-
}
18761847

18771848
.document_preview_container {
18781849

@@ -2730,7 +2701,7 @@ form .formw .freeze {
27302701
}
27312702

27322703
#skill_holder li {
2733-
float:left;
2704+
float: none;
27342705
padding-right: 10px;
27352706
margin-bottom: .5em;
27362707
}
@@ -2798,12 +2769,7 @@ form .formw .freeze {
27982769
**************************************************** */
27992770

28002771
/* list template document */
2801-
#frmModel{
2802-
height: 700px;
2803-
min-height: 100%;
2804-
overflow-y: scroll;
2805-
overflow-x: hidden
2806-
}
2772+
28072773
#frmModel ul{
28082774
list-style: none;
28092775
margin: 0;
@@ -2825,10 +2791,16 @@ form .formw .freeze {
28252791
}
28262792
.lp-add-item{
28272793
display:block;
2828-
height:890px;
2829-
width:250px;
2794+
height:550px;
28302795
position:relative;
28312796
}
2797+
.items-templates{
2798+
display:block;
2799+
height:750px;
2800+
}
2801+
.editor-lp{
2802+
margin-bottom: 20px;
2803+
}
28322804
/* end list template document */
28332805

28342806
.done_window {
@@ -3400,15 +3372,8 @@ a.forum_group_link {
34003372

34013373
/* actions */
34023374
.actions_lp {
3403-
background:#F8F8F8;
3404-
margin: 0px;
3405-
padding:9px 0px 9px 0px;
34063375
width:100%;
34073376
text-align: center;
3408-
3409-
}
3410-
.actions_lp .btn-group {
3411-
margin-left: 25px;
34123377
}
34133378
.actions_lp img {
34143379
vertical-align:middle;
@@ -3602,51 +3567,6 @@ a.forum_group_link {
36023567
box-shadow:none;
36033568
}
36043569

3605-
.announcement {
3606-
border: 1px solid #D3D3D3;
3607-
color: #555555;
3608-
font-weight: normal;
3609-
border-spacing: 0;
3610-
margin-bottom: 15px;
3611-
margin-top: 8px;
3612-
text-align: left;
3613-
width: 100%;
3614-
}
3615-
.announcement .title{
3616-
background: none repeat scroll 0 0 #F2F2F2;
3617-
color:black;
3618-
}
3619-
3620-
.announcement .title a:link,
3621-
.announcement .title a:active,
3622-
.announcement .title a:visited{
3623-
color: #555555;
3624-
}
3625-
3626-
.announcement .icon.attachement{
3627-
border:none;
3628-
border-radius: 0;
3629-
background-color: transparent;
3630-
width:16px;
3631-
height:16px;
3632-
margin:0;
3633-
padding:0;
3634-
display:inline-block;
3635-
background-image: url('../../main/img/attachment.gif');
3636-
background-repeat: no-repeat;
3637-
background-position:center center;
3638-
box-shadow:none;
3639-
}
3640-
3641-
li.annoucement{
3642-
min-height: 76px;
3643-
}
3644-
3645-
.announcement .details{
3646-
font-style: italic;
3647-
text-align: right;
3648-
}
3649-
36503570
.control-text{
36513571
padding-top: 5px;
36523572
display:inline-block;
@@ -4152,40 +4072,23 @@ i.size-32.icon-new-work{
41524072
margin-bottom: 10px;
41534073
margin-top: 10px;
41544074
}
4155-
#skillList .list-badges{
4156-
list-style: none;
4157-
padding-left: 8px;
4158-
margin:0px;
4159-
}
4160-
#skillList .list-badges li{
4161-
margin-top: 10px;
4075+
#skillList .list-badges .thumbnail{
4076+
border-color: #bce8f1;
41624077
display: inline-block;
4163-
width: 120px;
4164-
margin-right: 5px;
4165-
font-size: 11px;
4166-
text-align: center;
4167-
border: 1px solid #bce8f1;
4168-
border-radius: 5px;
4169-
box-sizing: border-box;
4078+
margin-right: 15px;
4079+
padding: 0;
41704080
vertical-align: top;
4171-
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.09);
4081+
width: 120px;
41724082
}
4173-
#skillList .list-badges li img{
4174-
height: 100%;
4175-
max-height: 64px;
4176-
width: 100%;
4177-
max-width: 64px;
4178-
margin-top: 10px;
4179-
margin-bottom: 10px;
4083+
#skillList .list-badges .thumbnail img{
4084+
margin-bottom: 4px;
4085+
margin-top: 4px;
41804086
}
4181-
#skillList .list-badges .badges-name{
4087+
#skillList .list-badges .thumbnail .caption{
41824088
background: #D9EDF7;
4183-
min-height: 35px;
4184-
border-bottom-left-radius: 4px;
4185-
border-bottom-right-radius: 4px;
4186-
color: #31708F;
4187-
padding-left: 5px;
4188-
padding-right: 5px;
4089+
}
4090+
#skillList .list-badges .thumbnail .caption p{
4091+
margin-bottom: 0;
41894092
}
41904093
#skillList .dropdown-menu{
41914094
top: 30px;
@@ -4437,7 +4340,7 @@ ul.holder li.bit-input input{
44374340
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
44384341
}
44394342
ul.holder li.bit-box{
4440-
padding: 5px;
4343+
padding-right: 15px;
44414344
margin-bottom: 5px;
44424345
color: #8a6d3b;
44434346
background-color:#FCF8E3;
@@ -4472,30 +4375,47 @@ ul.holder li.bit-box{
44724375
display: none;
44734376
}
44744377
/* thematic progress */
4475-
#panel-thematic .title-topics{
4378+
#thematic .title-topics{
44764379
font-size: 15px;
44774380
color:#00829C;
44784381
font-weight: bold;
44794382
}
4480-
#panel-thematic .current{
4481-
background-color: #E7F1F7;
4383+
#thematic .thematic-cont{
4384+
padding:15px;
4385+
border: 1px solid #EEEEEE;
4386+
border-radius: 5px;
44824387
}
4483-
#panel-thematic .separate{
4484-
margin-bottom: 10px;
4388+
#thematic .thematic-avatar{
4389+
text-align: center;
4390+
margin-bottom: 20px;
44854391
}
4486-
#panel-thematic .date{
4487-
font-size: 11px;
4488-
color: #8A6D3B;
4489-
background: #FCF8E3;
4490-
border-radius: 4px;
4491-
-moz-border-radius: 4px;
4492-
-webkit-border-radius: 4px;
4493-
padding: 5px;
4392+
#thematic .thematic-avatar .img-responsive{
4393+
display: inline-block;
4394+
}
4395+
#thematic .current{
4396+
background-color: #EEEEEE;
4397+
border: 1px dashed #B0B0B0;
4398+
border-radius: 5px;
44944399
}
4495-
#panel-thematic .views ul li{
4400+
#thematic .panel-heading{
4401+
padding: 0px;
4402+
}
4403+
#thematic .panel-heading a{
4404+
padding: 10px 15px;
4405+
display: block;
4406+
}
4407+
#thematic .date{
44964408
font-size: 12px;
44974409
}
4498-
4410+
#thematic .views ul li{
4411+
font-size: 12px;
4412+
}
4413+
#thematic .arrow{
4414+
background: url("../../main/img/icons/22/arrow-up-collapse.png") no-repeat 99% center;
4415+
}
4416+
#thematic .arrow.collapsed{
4417+
background: url("../../main/img/icons/22/arrow-down-collapse.png") no-repeat 99% center;
4418+
}
44994419
.question_options .exercise-unique-answer-image .radio{
45004420
padding-left: 10px;
45014421
margin-left: 0px;
@@ -5597,7 +5517,7 @@ div#chat-remote-video video {
55975517
}
55985518

55995519
img.sessionView {
5600-
padding-right: 10px;
5520+
margin-right: 10px;
56015521
}
56025522

56035523
a.sessionView {
@@ -5661,6 +5581,10 @@ a.sessionView {
56615581
text-align:center;
56625582
vertical-align:middle;
56635583
}
5584+
#gradebook_list .score{
5585+
font-weight: bold;
5586+
color: #8A6E4E;
5587+
}
56645588
#gradebook_list .centered .badge-group {
56655589
width: auto;
56665590
}
@@ -5876,6 +5800,7 @@ a.sessionView {
58765800
border-radius: 25px;
58775801
border-color: #00677C;
58785802
}
5803+
58795804
/* CSS NEW TOP ******************************************************************************/
58805805
/* CSS Responsive */
58815806
@media (min-width: 1025px) and (max-width: 1200px) {

app/Resources/public/css/scorm.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,22 @@ See https://support.chamilo.org/issues/6976
5555
border-radius: 4px;
5656
-webkit-border-radius: 4px;
5757
-moz-border-radius: 4px;
58-
margin-bottom: 10px;
58+
margin-bottom: 5px;
5959
margin-top: 5px;
6060
}
61+
#learning_path_left_zone #scorm-gamification{
62+
padding: 10px;
63+
border: 1px solid #DDD;
64+
border-radius: 5px;
65+
margin-bottom: 5px;
66+
}
67+
#scorm-gamification .fa-star{
68+
font-size: 20px;
69+
color: #C2C2C2;
70+
}
71+
#scorm-gamification .fa-star.level{
72+
color: #D9534F;
73+
}
6174
#learning_path_left_zone .navegation-bar .buttons{
6275
text-align: center;
6376
padding-top: 5px;

0 commit comments

Comments
 (0)