edbd7201 by Jeff Balicki

sssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 08657d5d
......@@ -15852,6 +15852,15 @@ p.intro {
height: auto;
}
#events_list_con {
width: 100%;
display: block;
margin: 0px;
padding: 0px;
max-height: 321px;
overflow-y: scroll;
}
#events_list {
width: 100%;
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -13,10 +13,10 @@ add_shortcode( 'event_list_tz', 'event_list_tz' );
function event_list_tz(){
ob_start(); ?>
<div id="events_list_con">
<table id="events_list">
<tbody>
[events_list limit="10" ]
[events_list ]
<tr>
<td class="date_col">
......@@ -34,6 +34,7 @@ function event_list_tz(){
[/events_list]
</tbody>
</table>
</div>
<?php
$output = ob_get_clean();
return do_shortcode($output);
......
......@@ -109,6 +109,14 @@ color: #000;
height: auto;
}
}
#events_list_con{
width: 100%;
display: block;
margin: 0px;
padding: 0px;
max-height: 321px;
overflow-y: scroll;
}
#events_list{
width: 100%;
tr{
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0056
Version: 1.2.0057
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......