Revisions: a tiny one-pixel and z-index tweak for Firefox.

Props adamsilverstein. See #24736.

git-svn-id: http://core.svn.wordpress.org/trunk@24775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-07-23 03:41:54 +00:00
parent bbc4aa5317
commit ecf9a2b932
1 changed files with 3 additions and 3 deletions

View File

@ -3760,10 +3760,10 @@ table.diff .diff-addedline ins {
.revisions-tooltip { .revisions-tooltip {
position: absolute; position: absolute;
bottom: 106px; bottom: 105px;
margin-right: 0; margin-right: 0;
margin-left: -69px; margin-left: -69px;
z-index: 1; z-index: 0;
max-width: 350px; max-width: 350px;
min-width: 130px; min-width: 130px;
padding: 8px 4px; padding: 8px 4px;
@ -3781,7 +3781,7 @@ table.diff .diff-addedline ins {
} }
.comparing-two-revisions .revisions-tooltip { .comparing-two-revisions .revisions-tooltip {
bottom: 146px; bottom: 145px;
} }
.revisions-tooltip-arrow { .revisions-tooltip-arrow {