Revisions: Don't pin controls to the top in IE 7.
Seriously IE 7 users, this is more consideration than your browser deserves. You can thank us by upgrading. See #24736. Props adamsilverstein. git-svn-id: http://core.svn.wordpress.org/trunk@24772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbf338666e
commit
435aa00d2d
|
@ -635,3 +635,8 @@ table.ie-fixed {
|
||||||
.revisions-tooltip {
|
.revisions-tooltip {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.revisions.pinned .revisions-controls {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue