From 180a493cdcbd4c6c15f836533b6ef05c3a874ef7 Mon Sep 17 00:00:00 2001 From: Prateek Saxena <prtksxna@gmail.com> Date: Sat, 22 Feb 2014 15:27:39 +0530 Subject: [PATCH] Make padding consistent for extract and timestamp Change-Id: I3dc9fa9631a9ab17953195cd51eb192b0b009dca --- resources/ext.popups.core.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/ext.popups.core.less b/resources/ext.popups.core.less index 1eee11267..957c09ad6 100644 --- a/resources/ext.popups.core.less +++ b/resources/ext.popups.core.less @@ -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;