mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Bootstrap styling tweaks.
This commit is contained in:
@@ -105,7 +105,7 @@ function calendar($req_day, $req_month, $req_year, $links = NULL, $ws = "sunday"
|
||||
$day_style = isset($links[$day_of_month]) ? "indent blogcalendar-day-active " : "forumheader3 blogcalendar-day";
|
||||
}
|
||||
|
||||
$label_style = isset($links[$day_of_month]) ? 'label label-info' : ''; //TODO A pref in admin to choose between info, danger, etc.
|
||||
$label_style = isset($links[$day_of_month]) ? 'label label-info badge bg-info' : '';
|
||||
|
||||
$calendar .= "<td class='$day_style' >";
|
||||
|
||||
|
Reference in New Issue
Block a user