Anonymous

MediaWiki:Common.css: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
Line 3,624: Line 3,624:


/* Long table tooltip adjustments */
/* Long table tooltip adjustments */
.long-table, .content-table {
.long-table {
     overflow-x: auto;
     overflow-x: auto;
}
}


.long-table .tooltiptext:not(.tooltip-up .tooltiptext),
:is(.long-table, .overflowed) .tooltiptext:not(.tooltip-up .tooltiptext),
.tooltip-down .tooltiptext {
.tooltip-down .tooltiptext {
     top: calc(20px + 100%);
     top: calc(20px + 100%);
Line 3,635: Line 3,635:
}
}


.long-table .tooltiptext:not(.tooltip-up .tooltiptext):before,
:is(.long-table, .overflowed) .tooltiptext:not(.tooltip-up .tooltiptext):before,
.tooltip-down .tooltiptext:before {
.tooltip-down .tooltiptext:before {
     bottom: 100%;
     bottom: 100%;
Line 3,642: Line 3,642:
}
}


.long-table .tooltiptext:not(.tooltip-up .tooltiptext):after,
:is(.long-table, .overflowed) .tooltiptext:not(.tooltip-up .tooltiptext):after,
.tooltip-down .tooltiptext:after {
.tooltip-down .tooltiptext:after {
     bottom: 100%;
     bottom: 100%;