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:
/*
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;
max-width: 100%;
}
/*
.copy-table-btn {
position: absolute;
right:
padding: 5px;
line-height: 1;
| |||