mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-18 02:00:53 +00:00
Merge "Make padding consistent for extract and timestamp"
This commit is contained in:
commit
e1d6fccc90
|
@ -25,8 +25,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
padding: 1.28em;
|
padding: 16px;
|
||||||
padding-bottom: 3.84em;
|
padding-bottom: 48px;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent{
|
> div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent{
|
||||||
padding: 1.28em;
|
padding: 16px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue