Merge "Use only px in the stylesheet"

This commit is contained in:
jenkins-bot 2014-05-29 18:46:27 +00:00 committed by Gerrit Code Review
commit 1877fda630

View file

@ -77,7 +77,7 @@
> div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent { > div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent {
padding: 16px; padding: 16px;
margin: 0; margin: 0;
font-size: 0.85em; font-size: 13px;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
/* @noflip */ /* @noflip */
@ -119,8 +119,8 @@
.mwe-popups-extract { .mwe-popups-extract {
max-height: 125px; max-height: 125px;
overflow: hidden; overflow: hidden;
margin-bottom: 3.84em; margin-bottom: 57px;
padding-bottom: 1.28em; padding-bottom: 19px;
} }
div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent { div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent {