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