Merge "Make padding consistent for extract and timestamp"

This commit is contained in:
Yuvipanda 2014-02-24 04:06:01 +00:00 committed by Gerrit Code Review
commit e1d6fccc90

View file

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