XoopsModules25x/apcal

View on GitHub
assets/js/jscalendar/calendar-system.css

Summary

Maintainability
Test Coverage

Adjoining classes: .calendar tbody .day.othermonth
Open

.calendar tbody .day.othermonth {

Adjoining classes: .calendar tbody .day.othermonth.oweekend
Open

.calendar tbody .day.othermonth.oweekend {

Adjoining classes: .calendar tbody .day.othermonth.oweekend
Open

.calendar tbody .day.othermonth.oweekend {

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid;

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 2px 4px 2px 2px;

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 1px;

Rule is empty.
Open

.calendar thead .headrow { /* Row <TR> containing navigation buttons */

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid;

Rule is empty.
Open

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */

Rule is empty.
Open

.calendar thead .daynames { /* Row <TR> containing the day names */

Element (td.disabled) is overqualified, just use .disabled without element name.
Open

.calendar tbody td.disabled {

Element (td.selected) is overqualified, just use .selected without element name.
Open

.calendar tbody td.selected { /* Cell showing selected date */

Element (td.today) is overqualified, just use .today without element name.
Open

.calendar tbody td.today { /* Cell showing today date */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tbody td.active { /* Active (pressed) cells <TD> */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar td.time .hour,

Rule doesn't have all its properties in alphabetical order.
Open

.calendar td.time .colon {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar td.time {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar thead .name { /* Cells <TD> containing the day names */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tbody .day.othermonth {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar table .wn {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tbody td.hilite { /* Hovered cells <TD> */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tbody td.today { /* Cell showing today date */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar .combo {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tbody .day { /* Cells <TD> containing month days dates */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar thead .active { /* Active (pressed) buttons in header */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar td.time span.active {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tfoot .hilite { /* Hover style for buttons in footer */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar .combo .active {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar .combo .label,

Rule doesn't have all its properties in alphabetical order.
Open

.calendar {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar thead .hilite { /* How do the buttons in header appear when hover */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar thead .title { /* This holds the current "month, year" */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */

Rule doesn't have all its properties in alphabetical order.
Open

.calendar td.time span.hilite {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar table {

Rule doesn't have all its properties in alphabetical order.
Open

.calendar tbody td.selected { /* Cell showing selected date */

There are no issues that match your filters.

Category
Status