Revisions: a tiny one-pixel and z-index tweak for Firefox.
Props adamsilverstein. See #24736. git-svn-id: https://develop.svn.wordpress.org/trunk@24775 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3664274461
commit
251f729cb1
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user