Template:Main Page navigation button/styles.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 4: | Line 4: | ||
height: 3em; | height: 3em; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
Line 22: | Line 20: | ||
left: 15px; | left: 15px; | ||
top: 0.8em; | top: 0.8em; | ||
} | } |
Latest revision as of 20:26, 29 October 2023
.mp-nav-button { display: inline-block; position: relative; height: 3em; box-sizing: border-box; }
.mp-nav-button a { display: inline-block; position: relative; z-index: 1; width: 100%; height: 100%; padding: 0.6em 0 0.6em 48px; box-sizing: border-box; }
.mp-nav-button img { position: absolute; left: 15px; top: 0.8em; }