Alex 11 lat temu
rodzic
commit
94e5b58ae8

+ 36 - 15
main/css/blue_lagoon/default.css

@@ -578,27 +578,48 @@ footer a:link, footer a:visited {
  *  CSS CHAT END                             *
  *  CSS CHAT END                             *
  *****************************************************/
  *****************************************************/
 .normal-message {
 .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 {
 .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 {
 .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 {
 .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{
 .error-message strong{
   font-weight: normal;
   font-weight: normal;

+ 2 - 2
main/css/chamilo/default.css

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

+ 3 - 3
main/css/chamilo_green/default.css

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

+ 5 - 5
main/css/responsive.css

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

BIN
main/img/icons/32/eyes-invisible.png


BIN
main/img/icons/32/eyes-visible.png


BIN
main/img/invisible.png


BIN
main/img/visible.png


+ 1 - 1
main/inc/lib/course_home.lib.php

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