mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Prevent sorting arrows improperly wrapping on narrow columns in .widefat, props SergeyBiryukov, #15993
git-svn-id: https://develop.svn.wordpress.org/trunk@18875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2311,6 +2311,7 @@ table.fixed {
|
||||
height: 4px;
|
||||
margin-top: 8px;
|
||||
margin-left: 7px;
|
||||
position: absolute;
|
||||
background-image: url(../images/sort.gif);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@@ -2328,6 +2329,7 @@ th.sortable a,
|
||||
th.sorted a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
padding: 7px 7px 8px;
|
||||
}
|
||||
|
||||
@@ -2344,13 +2346,13 @@ th.sorted a span {
|
||||
|
||||
th.sorted.asc .sorting-indicator,
|
||||
th.desc:hover span.sorting-indicator {
|
||||
display: block;
|
||||
display: inline;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
th.sorted.desc .sorting-indicator,
|
||||
th.asc:hover span.sorting-indicator {
|
||||
display: block;
|
||||
display: inline;
|
||||
background-position: -7px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user