There are several bits about the resulting popup from HTMLHelper::calendar that feel very out of date and in need of some fixes.
It unfortunately looks like it's been unchanged since Joomla! 2.5 despite having the brand new Bootstrap buttons in the footer
.calendar-container table
uses a margin: auto
to center itself. I initially tried using a width: 100%
, but that appears to conflict with someone else and ruins the entire layout..nav
from the td tag inside thead. There is a conflict of style where they are being forced to display: flex
, affecting the alignment of their internal objects. If the class .nav
is absolutely needed for something like a11y, a style override should be added to calendar.css
that resets back to display: table-cell
.form-select
and form-select-sm
to stylize and edited the html of that line to remove the empty td and redistribute that wasted space.I don't forsee any negative side effects, but I'm sure someone more familiar than me would be able to correct me.
Why not do a PR myself? I literally can't figure out how to, and I don't seem to be smart enough to figure it out by myself.
Labels |
Added:
No Code Attached Yet
|
we can stylize the time dropdown menu by using the Bootstrap timepicker from the Bootstrap 4 datetimepicker library
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-10 14:47:17 |
Closed_By | ⇒ | richard67 |
@Chaosxmk @richard67 @akshitrattan i've opened a new PR, as this style problem is there since a long time, and not yet things done to get an accepted and merged fix for this display issue.
If you could have a look here: #40761
Thanks!
Related #33447