List Tables: fix row links CSS for RTL.

Props afercia.
Fixes #34150.

Built from https://develop.svn.wordpress.org/trunk@35566


git-svn-id: http://core.svn.wordpress.org/trunk@35530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-11-07 16:05:25 +00:00
parent 7a24b60c2a
commit b17272831c
5 changed files with 13 additions and 3 deletions

View File

@ -881,6 +881,11 @@ p.pagenav {
padding: 2px 0 0;
}
/* ticket #34150 */
.rtl .row-actions a {
display: inline-block;
}
.row-actions .network_only,
.row-actions .network_active {
color: #000;

View File

@ -881,6 +881,11 @@ p.pagenav {
padding: 2px 0 0;
}
/* ticket #34150 */
.rtl .row-actions a {
display: inline-block;
}
.row-actions .network_only,
.row-actions .network_active {
color: #000;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta3-35565';
$wp_version = '4.4-beta3-35566';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.