1.9.x
Alex 11 years ago
parent e7d5830053
commit 94e5b58ae8
  1. 51
      main/css/blue_lagoon/default.css
  2. 4
      main/css/chamilo/default.css
  3. 6
      main/css/chamilo_green/default.css
  4. 10
      main/css/responsive.css
  5. BIN
      main/img/icons/32/eyes-invisible.png
  6. BIN
      main/img/icons/32/eyes-visible.png
  7. BIN
      main/img/invisible.png
  8. BIN
      main/img/visible.png
  9. 2
      main/inc/lib/course_home.lib.php

@ -578,27 +578,48 @@ footer a:link, footer a:visited {
* CSS CHAT END *
*****************************************************/
.normal-message {
color: #00407F;
border: 1px solid #CDE6F5;
background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
background-color: #D9EDF7;
color: #3A87AD;
padding: 15px;
margin-bottom: 15px;
border-top: 1px solid #BCE8F1;
border-left: 1px solid #BCE8F1;
border-right: 1px solid #BCE8F1;
border-bottom: 3px solid #BCE8F1;
border-radius: 10px;
}
.warning-message {
border: 1px solid #FFB30F;
color: #000;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
background-color: #FCF8E3;
color: #C09853;
padding: 10px;
margin-bottom: 15px;
border-top: 1px solid #FBEED5;
border-left: 1px solid #FBEED5;
border-right: 1px solid #FBEED5;
border-bottom: 3px solid #FBEED5;
border-radius: 10px;
}
.confirmation-message {
border: 1px solid #1F8323;
color:#1F8323;
background: url("images/accept_data.png") no-repeat scroll 5px center #CAF0C7;
padding-left: 45px;
background-color: #DFF0D8;
color: #468847;
padding: 10px;
margin-bottom: 15px;
border-top: 1px solid #D6E9C6;
border-left: 1px solid #D6E9C6;
border-right: 1px solid #D6E9C6;
border-bottom: 3px solid #D6E9C6;
border-radius: 10px;
}
.error-message {
border: 1px solid #FA5858;
color: #000;
padding-top: 5px;
background: url("images/error.png") no-repeat scroll 5px center #F6CECE;
padding-left: 45px;
background-color: #F2DEDE;
color: #B94A48;
padding: 10px;
margin-bottom: 15px;
border-top: 1px solid #EED3D7;
border-left: 1px solid #EED3D7;
border-right: 1px solid #EED3D7;
border-bottom: 3px solid #EED3D7;
border-radius: 10px;
}
.error-message strong{
font-weight: normal;

@ -561,8 +561,8 @@ a.thumbnail:hover{
.pagerslide h2{
font-size: 18px;
background-color: #0191C7;
color: #FFFFFF;
background-color: #E6E6E6;
color: #666666;
padding-left: 15px;
}

@ -45,8 +45,8 @@ a:active {
}
.subnav .nav > li > a {
border-left: none;
border-right: none;
border-left: 1px solid #84AE00;
border-right: 1px solid #78A400;
color: white;
font-weight: normal;
font-size: 13px;
@ -57,7 +57,7 @@ a:active {
.subnav .nav > #current > a:hover {
color: #fff;
background: #77A300;
border-right-color: #178ACC;
border-right-color: #78A400;
}
.subnav li a {

@ -302,7 +302,6 @@ The more frequent ones have been marked with *
font-size: 19px;
font-weight: normal;
left: 20px;
position: absolute;
text-transform: uppercase;
top: 179px;
}
@ -623,9 +622,6 @@ The more frequent ones have been marked with *
float: left;
width: 660px;
}
.section-mycampus #hot_courses .page-header {
width: 650px;
}
.section-mycourses .course-box .course-box-actions {
display: none;
}
@ -744,7 +740,11 @@ The more frequent ones have been marked with *
background:none;
}
.page-header {
width: 560px;
display: none;
}
#course_category,#skill_block,.user_notification{
display: none;
visibility: hidden;
}
#course_tools .row .home-course-intro{
width: 100%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

@ -694,7 +694,7 @@ class CourseHome
}
}
} else {
$item['visibility'] .= '    ';
$item['visibility'] .= ' ';
}
// NOTE : Table contains only the image file name, not full path

Loading…
Cancel
Save