Make padding consistent for extract and timestamp

Change-Id: I3dc9fa9631a9ab17953195cd51eb192b0b009dca
This commit is contained in:
Prateek Saxena 2014-02-22 15:27:39 +05:30
parent 5132f65138
commit 180a493cdc

View file

@ -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;