Post-edit confirmation: ensure consistent font-size across skins
authorOri Livneh <ori@wikimedia.org>
Tue, 20 Aug 2013 10:12:04 +0000 (03:12 -0700)
committerOri Livneh <ori@wikimedia.org>
Tue, 20 Aug 2013 20:16:08 +0000 (13:16 -0700)
The post-edit confirmation display looks awful in MonoBook, because it
specifies an x-small font-size for the entire <body>. This patch ensures
a legible font size of 13px across skins.

Bug: 41404
Change-Id: I772840748adb90dca0b849f1e679d290cbd84413

resources/mediawiki.action/mediawiki.action.view.postEdit.css

index ae2e898..12b4691 100644 (file)
@@ -5,6 +5,7 @@
        height: 0;
        left: 50%;
        z-index: 1000;
+       font-size: 13px;
 }
 
 .postedit-container:hover {
@@ -16,7 +17,6 @@
        top: 0.6em;
        left: -50%;
        padding: .6em 3.6em .6em 1.1em;
-       font-size: 0.8em;
        line-height: 1.5625em;
        color: #626465;
        background-color: #f4f4f4;