forked from lino/radar-wp
First alpha: working style, dynamic sidebars, part tested cron.
This commit is contained in:
parent
a6f657092d
commit
2342ebb052
6 changed files with 81 additions and 77 deletions
|
@ -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 {
|
||||
|
|
|
@ -18,6 +18,7 @@ jQuery(function($){
|
|||
);
|
||||
}
|
||||
} else {
|
||||
$(widget).empty();
|
||||
$(widget).append(result.html);
|
||||
// $(".squat-li a").on('click', function(e){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue