pull/3147/head
Alex Aragón 6 years ago
parent 2fc372c196
commit f99a6e6e6f
  1. 134
      app/Resources/public/css/base.css
  2. 26
      app/Resources/public/css/print.css
  3. 61
      app/Resources/public/css/themes/chamilo/print.css
  4. 2
      main/mySpace/access_details_session.php

@ -3250,47 +3250,6 @@ form .formw .freeze {
}
/* header cell in data table in tools */
.data_table {
margin-bottom: 18px;
width: 100%;
border: 1px solid #DDDDDD;
}
.data_table td {
font-size: 12px;
}
.data_table th, .data_table td {
border-top: 1px solid #DDDDDD;
line-height: 18px;
padding: 10px;
}
.data_table th {
padding: 8px 10px;
font-weight: normal;
background-color: #EEEEEE;
border-bottom: 1px solid #DDDDDD;
color: #333;
}
.data_table th a {
color: #333;
}
.data_table_no_border {
border-collapse: collapse;
border-spacing: 0;
font-size: 12px;
margin-bottom: 15px;
margin-top: 8px;
text-align: left;
width: 100%;
}
.data_table_no_border td {
line-height: normal;
padding: 6px;
text-align: left;
vertical-align: middle;
}
.data_table tr.row_odd {
background-color: #F9F9F9;
}
.attendance-users-table .data_table tr.row_odd {
height: 64px;
@ -10476,3 +10435,96 @@ ul.dropdown-menu.inner > li > a {
clear: left;
}
}
/* print table pdf */
.data_table tr.row_even {
background-color: #fff;
}
.data_table td .highlight {
font-weight: bold;
}
.data_table td {
padding: 5px;
border-bottom: 1px solid #b0b0b0;
border-right: 1px dotted #e1e1e1;
border-left: 1px dotted #e1e1e1;
text-align: left;
}
.data_table {
margin-bottom: 18px;
width: 100%;
border: 1px solid #DDDDDD;
}
.data_table td {
font-size: 12px;
}
.data_table th, .data_table td {
border-top: 1px solid #DDDDDD;
line-height: 18px;
padding: 10px;
}
.data_table th {
padding: 8px 10px;
font-weight: normal;
background-color: #EEEEEE;
border-bottom: 1px solid #DDDDDD;
color: #333;
}
.data_table th a {
color: #333;
}
.data_table_no_border {
border-collapse: collapse;
border-spacing: 0;
font-size: 12px;
margin-bottom: 15px;
margin-top: 8px;
text-align: left;
width: 100%;
}
.data_table_no_border td {
line-height: normal;
padding: 6px;
text-align: left;
vertical-align: middle;
}
.data_table tr.row_odd {
background-color: #F9F9F9;
}
.table_print {
border: 1px solid #B8B8B8;
background-color: #FFFFFF;
width: 100%;
text-align: left;
border-collapse: collapse;
}
.table_print td, .table_print th {
border: 1px solid #B8B8B8;
padding: 5px 4px;
}
.table_print tbody td {
font-size: 13px;
color: #666666;
}
.table_print thead {
border-bottom: 0px solid #B8B8B8;
}
.table_print thead th {
font-size: 15px;
font-weight: bold;
color: #000000;
background: #CFCFCF;
text-align: left;
border-left: 0px solid #D0E4F5;
}
.table_print thead th:first-child {
border-left: none;
}
.table_print tfoot td {
font-size: 14px;
}

@ -11,32 +11,6 @@ img {
border: none;
}
/*****************************************************
* DATA TABLE STYLES *
*****************************************************/
.cell_header {
background-color: #EEEEFF;
font-weight:bold;
text-align:left;
padding-left:5px;
} /* header cell in data table in tools */
.data_table tr.row_even {
background-color: #fff;
}
.data_table td .highlight {
font-weight: bold;
}
.data_table td {
padding: 5px;
border-bottom: 1px solid #b0b0b0;
border-right: 1px dotted #e1e1e1;
border-left: 1px dotted #e1e1e1;
text-align: left;
}
/* admin page tool list definitions */
.tool_list dt {
font-weight: bold;

@ -747,67 +747,6 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px
}
/*****************************************************
* DATA TABLE STYLES *
*****************************************************/
.cell_header {
background-color: #EEEEFF;
font-weight:bold;
text-align:left;
padding-left:5px;
} /* header cell in data table in tools */
.data_table {
border-collapse: collapse;
width: 100%;
padding: 5px;
}
.data_table th {
/*padding-right: 20px;*/
border: 1px solid gray;
background-color: #E5EDF9;
text-align: left;
}
.data_table tr.row_odd {
background-color: #fafafa;
}
.data_table tr.row_odd:hover, .data_table tr.row_even:hover {
background-color: #f0f0f0;
}
.data_table tr.row_even {
background-color: #fff;
}
.data_table td .highlight {
font-weight: bold;
}
.data_table td {
padding: 5px;
border-bottom: 1px solid #b0b0b0;
border-right: 1px dotted #e1e1e1;
border-left: 1px dotted #e1e1e1;
text-align: left;
}
.data_table_no_border {
border-collapse: collapse;
border-spacing: 0;
font-size: 12px;
margin-bottom: 15px;
margin-top: 8px;
text-align: left;
width: 100%;
}
.data_table_no_border td {
line-height: normal;
padding: 6px;
text-align: left;
vertical-align: middle;
}
.data_table_no_border .highlight {
font-weight: bold;
}
/* admin page tool list definitions */
.tool_list dt {
font-weight: bold;

@ -460,7 +460,7 @@ if ($formByDay->validate()) {
continue;
}
$table = new HTML_Table(['class' => ' data_table']);
$table = new HTML_Table(['class' => ' table_print']);
$headers = [
get_lang('FirstLogin'),
get_lang('LastConnection'),

Loading…
Cancel
Save