Revisions: pixel perfect tooltips (as far as I can tell), and better checkbox alignment in Firefox.
See #24425. git-svn-id: http://core.svn.wordpress.org/trunk@24677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d107c95e4a
commit
cf02b10d4b
|
@ -3510,6 +3510,12 @@ td.plugin-title p {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.revisions-controls input[type="checkbox"] {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
}
|
||||||
|
|
||||||
.revisions-tickmarks {
|
.revisions-tickmarks {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 auto 0;
|
margin: 0 auto 0;
|
||||||
|
@ -3697,7 +3703,7 @@ table.diff .diff-addedline ins {
|
||||||
.revisions-tooltip {
|
.revisions-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 105px;
|
bottom: 105px;
|
||||||
margin-left: -70px;
|
margin-left: -69px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
|
|
Loading…
Reference in New Issue