RTL CSS updates for 2.7-beta2, props kashani, see#8047
git-svn-id: http://svn.automattic.com/wordpress/trunk@9552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
785d668c28
commit
ac470da4bf
|
@ -32,13 +32,49 @@
|
|||
}
|
||||
/* Recent Comments */
|
||||
#the-comment-list .comment-item {
|
||||
padding: 5px 47px 5px 5px;
|
||||
padding: 1em 70px 1em 10px;
|
||||
}
|
||||
#the-comment-list .comment-item .avatar {
|
||||
left: auto;
|
||||
right: 5px;
|
||||
right: 0;
|
||||
}
|
||||
/* Feeds */
|
||||
.rss-widget cite {
|
||||
text-align: left;
|
||||
}
|
||||
.rss-widget span.rss-date {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
/* QuickPress */
|
||||
#dashboard_quick_press h4 {
|
||||
float: right;
|
||||
font-family: Tahoma, Arial;
|
||||
text-align: left;
|
||||
}
|
||||
#dashboard_quick_press h4 label {
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap {
|
||||
margin: 0 5em 1em 0;
|
||||
}
|
||||
#dashboard_quick_press #media-buttons {
|
||||
margin: 0 5em .5em 0;
|
||||
padding: 0 2px 0 0;
|
||||
}
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit {
|
||||
padding: 1em 5em 1em 1em;
|
||||
}
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit input {
|
||||
float: right;
|
||||
}
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
|
||||
margin: 0 10px 0 1em;
|
||||
}
|
||||
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
|
||||
float: left;
|
||||
}
|
||||
/* Recent Drafts */
|
||||
#dashboard_recent_drafts h4 abbr {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
html {
|
||||
direction: ltr;
|
||||
}
|
||||
#uploadoptions, table {
|
||||
direction: rtl;
|
||||
}
|
||||
td {
|
||||
padding: 1px 6px 0;
|
||||
}
|
||||
.submit {
|
||||
text-align: left;
|
||||
}
|
|
@ -1,11 +1,5 @@
|
|||
/* 0 - 200
|
||||
=================================== */
|
||||
.plugins .togl {
|
||||
border-right-width: 0;
|
||||
border-left-width: 1px;
|
||||
border-right-style: none;
|
||||
border-left-style: solid;
|
||||
}
|
||||
form#upload th {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -267,7 +261,7 @@ ul#adminmenu li.write-new-button a {
|
|||
margin-right: 0;
|
||||
margin-left: 15px;
|
||||
}
|
||||
#poststuff #media-buttons a {
|
||||
#media-buttons a {
|
||||
padding: 0 10px 5px 0;
|
||||
}
|
||||
.submitbox .submit {
|
||||
|
@ -427,13 +421,17 @@ td.action-links, th.action-links {
|
|||
margin: 1px 1px 1px 2px;
|
||||
}
|
||||
/* show/hide settings */
|
||||
#screen-options-link-wrap {
|
||||
#screen-meta-links {
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
#screen-options-link-wrap,
|
||||
#contextual-help-link-wrap {
|
||||
float: left;
|
||||
font-family: Tahoma, Arial;
|
||||
right: auto;
|
||||
left: 100px;
|
||||
margin: -1px 0 0 10px;
|
||||
}
|
||||
#screen-options-wrap h5 {
|
||||
#screen-options-wrap h5,
|
||||
#contextual-help-wrap h5 {
|
||||
padding: 10px 15px 0 0;
|
||||
}
|
||||
.metabox-prefs label {
|
||||
|
|
Loading…
Reference in New Issue