Themes screen: Fix RTL layout issue in Firefox.
props SergeyBiryukov. fixes #27779. Built from https://develop.svn.wordpress.org/trunk@28104 git-svn-id: http://core.svn.wordpress.org/trunk@27935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c593fe63d3
commit
6fc0120e20
|
@ -90,6 +90,7 @@
|
|||
.theme-browser .theme .theme-name {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
height: 18px;
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
.theme-browser .theme .theme-name {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
height: 18px;
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue