MediaWiki:Gadget-copyTable.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 1:
/* Wrapper shrinkFull-wrapswidth towrapper: the table is width:100%, so the buttonwrapper hugsmust itsbe cornera */block.
Do NOT use inline-block — it shrink-wraps to content and collapses the
table's width:100%. position:relative anchors the copy button. */
.copy-table-wrapper {
position: relative;
display: block; /* was: inline-block — that shrink-wrapped the table */
max-width: 100%;
}
 
/* BarelyCopy button: top-right corner, barely visible at rest, appears on hover */
.copy-table-btn {
position: absolute;
bottomtop: 6px0px;
right: 6px0px;
padding: 5px;
line-height: 1;