Missing RTL for [21944]. props helenyhou. fixes #22707.
git-svn-id: http://core.svn.wordpress.org/trunk@23014 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6dee15c92e
commit
a052c19497
|
@ -734,6 +734,12 @@ th.sorted a span {
|
|||
padding: 2px 0 0 8px;
|
||||
}
|
||||
|
||||
.tablenav .actions select {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.tablenav .delete {
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
|
@ -1999,7 +2005,7 @@ a.rsswidget,
|
|||
}
|
||||
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
|
||||
margin: 0 0 0 1em;
|
||||
margin: 0 1px 0 0.7em;
|
||||
}
|
||||
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
|
||||
|
|
Loading…
Reference in New Issue