Jelajahi Sumber

Improvements in Course List View BT#12681

Alex Aragon 7 tahun lalu
induk
melakukan
1f44fee6c1

+ 46 - 1
app/Resources/public/css/themes/rainbow/default.css

@@ -182,6 +182,14 @@ a:focus {
     padding-left: 10px;
     padding-right: 10px;
 }
+.big_icon img{
+    box-shadow: none;
+    border: none;
+}
+.big_icon img:hover{
+    box-shadow: none;
+    border: none;
+}
 footer #footer_right{
     text-align: right;
 }
@@ -480,9 +488,12 @@ footer #footer_right{
   padding: 8px 15px;
   margin-bottom: 21px;
   list-style: outside none none;
-  background-color: #ECF0F1;
+  background: transparent;
   font-size: 12px;
 }
+.breadcrumb a{
+    color: #6B1D82;
+}
 .panel-default{
   border-color: #ddd;
 }
@@ -516,6 +527,40 @@ footer #footer_right{
 .ribbon h4{
     color: #FFF;
 }
+/* bar progress */
+.progress{
+    background: #FFF;
+    border: 1px solid #162A83;
+    border-radius: 0;
+    text-shadow:none;
+}
+.progress-bar{
+    color: #162A83;
+}
+.progress-bar-success{
+    background-color: #96bd0d;
+}
+.page-header{
+    color: #162a83;
+    border-bottom: none;
+    font-weight: bold;
+}
+/* table ofaj */
+.table-ofaj{
+    border-top: 1px solid #96bd0d;
+    margin-top: 20px;
+}
+.table-ofaj .table-header{
+    font-size: 14px;
+    color: #162a83;
+}
+.table-ofaj .table-header th{
+    border-bottom: 2px solid #96bd0d;
+    padding-top: 20px;
+}
+.table-ofaj tbody tr td{
+    border-top: 1px solid #96bd0d;
+}
 /* Jquery UI */
 .ui-accordion .ui-accordion-icons{
   padding-left: 0.2em;

+ 3 - 3
main/template/rainbow/gradebook/custom_certificate.tpl

@@ -4,14 +4,14 @@
 	<meta charset="utf-8">
 	<title>{{ 'Certificate' | get_lang }}</title>
 </head>
-<body style="margin:0; padding:0; background-color: #92c647;">
-<table border="0" bgcolor="#92c647" cellpadding="0" cellspacing="0" align="center">
+<body>
+<table border="0" bgcolor="#92c647" cellpadding="0" cellspacing="0" align="center" width="80%">
     <tr>
         <td bgcolor="#92c647"><img src="{{ _p.web_css_theme }}images/header_top.png" style="display: block;"></td>
     </tr>
     <tr>
         <td>
-            <table border="0" cellspacing="0" cellpadding="0" width="100%">
+            <table border="0" cellspacing="0" cellpadding="0" width="100%"> 
                 <tr>
                     <td bgcolor="#92c647" width=58 height=91>
                         <img src="{{ _p.web_css_theme }}images/lado-b.png" style="display:block;">

+ 8 - 4
main/template/rainbow/learnpath/list.tpl

@@ -10,8 +10,12 @@
 
 {{ introduction_section }}
 
+<h3 class="page-header">
+    {{ 'Learnpaths' | get_lang }}
+</h3>
+
 {% for lp_data in data %}
-    <h3 class="page-header">
+    <div class="tools">
         {% if is_allowed_to_edit %}
             {% if (categories|length) > 1 %}
                 {{ lp_data.category.getName() }}
@@ -61,13 +65,13 @@
                 <img src="{{ "delete.png"|icon }}" alt="{{ "Delete"|get_lang }}">
             </a>
         {% endif %}
-    </h3>
+    </div>
 
     {% if lp_data.lp_list %}
         <div class="table-responsive">
-            <table class="table table-hover table-striped">
+            <table class="table table-ofaj">
                 <thead>
-                    <tr>
+                    <tr class="table-header">
                         <th>{{ "Title"|get_lang }}</th>
                         {% if is_allowed_to_edit %}
                             <th>{{ "PublicationDate"|get_lang }}</th>