mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +00:00
Make padding consistent for extract and timestamp
Change-Id: I3dc9fa9631a9ab17953195cd51eb192b0b009dca
This commit is contained in:
parent
5132f65138
commit
180a493cdc
|
@ -25,8 +25,8 @@
|
|||
}
|
||||
|
||||
> div {
|
||||
padding: 1.28em;
|
||||
padding-bottom: 3.84em;
|
||||
padding: 16px;
|
||||
padding-bottom: 48px;
|
||||
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
|
@ -66,7 +66,7 @@
|
|||
}
|
||||
|
||||
> div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent{
|
||||
padding: 1.28em;
|
||||
padding: 16px;
|
||||
margin: 0;
|
||||
font-size: 0.85em;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue