Added fixes for tipsy font size - because tips are rendering outside of the body...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Dec 2010 16:08:01 +0000 (16:08 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Dec 2010 16:08:01 +0000 (16:08 +0000)
skins/modern/main.css
skins/monobook/main.css
skins/vector/screen.css

index 629afbc..4c64e90 100644 (file)
@@ -875,3 +875,8 @@ pre {
        margin: 0pt;
        padding: 0pt;
 }
+
+/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
+.tipsy {
+       font-size: 130%;
+}
\ No newline at end of file
index ab73edb..320b5ec 100644 (file)
@@ -1270,3 +1270,8 @@ div.mw-lag-warn-high {
 .no-text-transform {
        text-transform: none;
 }
+
+/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
+.tipsy {
+       font-size: 127%;
+}
\ No newline at end of file
index 4a0a8a3..fa8cb89 100644 (file)
@@ -1185,3 +1185,8 @@ p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
 p.mw-filedelete-editreasons, p.mw-delete-editreasons {
        float: right;
 }
+
+/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
+.tipsy {
+       font-size: 0.8em;
+}
\ No newline at end of file