1
0
Fork 0
forked from lino/radar-wp

First alpha: working style, dynamic sidebars, part tested cron.

This commit is contained in:
ekes 2019-04-30 19:30:25 +02:00
parent a6f657092d
commit 2342ebb052
6 changed files with 81 additions and 77 deletions

View file

@ -29,7 +29,15 @@
font-weight: bold;
}
.squat-radar .squat-radar-datetime::before {
.squat-radar .squat-radar-datetime.squat-radar-datetime-start::before {
content: '';
display: block;
float: none;
clear: both;
}
.squat-radar .squat-radar-event-start-end::after,
.squat-radar .squat-radar-event-start {
content: '';
display: block;
float: none;
@ -38,6 +46,15 @@
.squat-radar .squat-radar-list li {
display: inline;
list-style: none;
}
.squat-radar .squat-radar-list li:after {
content: ", ";
}
.squat-radar .squat-radar-list li:last-child:after {
content: "";
}
.squat-radar a.squat-radar-url-more {

View file

@ -18,6 +18,7 @@ jQuery(function($){
);
}
} else {
$(widget).empty();
$(widget).append(result.html);
// $(".squat-li a").on('click', function(e){