mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
RTL updates from kashani. see #8047
git-svn-id: https://develop.svn.wordpress.org/trunk@10040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
#dashboard_right_now p.sub {
|
||||
#dashboard_right_now p.sub, #dashboard-widgets h4, #dashboard_quick_press h4, a.rsswidget, #dashboard_plugins h4, #dashboard_plugins h5, #dashboard_recent_comments .comment-meta .approve {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#dashboard_right_now td.b {
|
||||
@@ -30,25 +30,31 @@
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
#dashboard-widgets h3 a {
|
||||
right: auto;
|
||||
left: 30px;
|
||||
}
|
||||
#the-comment-list .pingback {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 9px !important;
|
||||
}
|
||||
/* Recent Comments */
|
||||
#the-comment-list .comment-item {
|
||||
padding: 1em 70px 1em 10px;
|
||||
}
|
||||
#the-comment-list .comment-item .avatar {
|
||||
left: auto;
|
||||
right: 0;
|
||||
float: right;
|
||||
margin-left: 0;
|
||||
margin-right: -60px;
|
||||
}
|
||||
/*
|
||||
#dashboard-widgets .heading {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
*/
|
||||
/* Feeds */
|
||||
.rss-widget cite {
|
||||
text-align: left;
|
||||
}
|
||||
.rss-widget span.rss-date {
|
||||
font-family: Tahoma, Arial;
|
||||
margin-left: 0;
|
||||
margin-right: 3px;
|
||||
}
|
||||
/* QuickPress */
|
||||
#dashboard_quick_press h4 {
|
||||
@@ -82,4 +88,6 @@
|
||||
/* Recent Drafts */
|
||||
#dashboard_recent_drafts h4 abbr {
|
||||
font-family: Tahoma, Arial;
|
||||
margin-left:0;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
#adminmenu {
|
||||
float: right;
|
||||
clear: right;
|
||||
margin: 15px -160px 15px 5px;
|
||||
margin-right:-160px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
div.folded #adminmenu {
|
||||
margin-left: 0;
|
||||
@@ -27,7 +28,7 @@ div.folded #adminmenu {
|
||||
margin-left:0;
|
||||
margin-right: 175px;
|
||||
}
|
||||
div.folded #wpbody {
|
||||
.folded #wpbody {
|
||||
margin-left: 0;
|
||||
margin-right: 60px;
|
||||
}
|
||||
@@ -63,7 +64,7 @@ body, td, textarea, input, select {
|
||||
}
|
||||
.wrap h2 {
|
||||
font-family: arial;
|
||||
padding: 14px 0 1px 15px;
|
||||
padding: 14px 0 3px 15px;
|
||||
}
|
||||
.wrap h2.long-header {
|
||||
padding-left: 0;
|
||||
|
||||
@@ -36,6 +36,9 @@ p.search-box {
|
||||
right: auto;
|
||||
left: 15px;
|
||||
}
|
||||
#wphead-info {
|
||||
float: left;
|
||||
}
|
||||
/* without this dashboard widgets appear in one column for some screen widths */
|
||||
div#dashboard-widgets {
|
||||
padding-right: 0;
|
||||
|
||||
@@ -77,7 +77,7 @@ button.dismiss {
|
||||
#gallery-settings #basic th.label {
|
||||
padding: 5px 0 5px 5px;
|
||||
}
|
||||
#gallery-settings .title, .media-blank h3 {
|
||||
#gallery-settings .title, h3.media-title {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#gallery-settings .describe th.label {
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
body {
|
||||
font-family: Tahoma, arial;
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
.button,
|
||||
#poststuff #edButtonPreview,
|
||||
#poststuff #edButtonHTML {
|
||||
font-family: Tahoma, arial;
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
margin: 0px 0 0 5px;
|
||||
float: right;
|
||||
}
|
||||
/* Editor/Main Column */
|
||||
div#poststuff {
|
||||
@@ -16,9 +14,13 @@ div#poststuff {
|
||||
.posting {
|
||||
margin-right: 0;
|
||||
margin-left: 228px;
|
||||
left:auto;
|
||||
right: 0;
|
||||
}
|
||||
#side-info-column {
|
||||
float: left;
|
||||
right: auto;
|
||||
left: 0;
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
@@ -26,21 +28,33 @@ div#poststuff {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
h3.tb {
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
#actions {
|
||||
float: left;
|
||||
}
|
||||
#extra_fields #actions {
|
||||
right: auto;
|
||||
left: 4px;
|
||||
}
|
||||
#actions li {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#extra_fields .button {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
/* Photo Styles */
|
||||
#img_container a {
|
||||
float:right;
|
||||
float: right;
|
||||
}
|
||||
#category-add input, #category-add select {
|
||||
font-family: Tahoma, arial;
|
||||
#category-add input, #category-add select {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
/* Categories */
|
||||
#categorydiv ul.categorychecklist ul {
|
||||
margin-left: 0;
|
||||
margin-right: 18px;
|
||||
@@ -50,22 +64,33 @@ div#poststuff {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#tagchecklist {
|
||||
padding-left: 0;
|
||||
padding-right: 1em;
|
||||
#tagadd {
|
||||
margin-left: 0;
|
||||
margin-right: 3px;
|
||||
}
|
||||
#tagchecklist span {
|
||||
margin-right: 10px;
|
||||
margin-left: .5em;
|
||||
margin-right: 10px;
|
||||
float: right;
|
||||
}
|
||||
#tagchecklist span a {
|
||||
margin: 6px -9px 0 0;
|
||||
float: right;
|
||||
}
|
||||
/* Submit */
|
||||
.submitbox .submit, .ac_results li {
|
||||
text-align:right;
|
||||
#content {
|
||||
margin-left: 0;
|
||||
margin-right: 1%;
|
||||
}
|
||||
.submit input,
|
||||
.button,
|
||||
.button-primary,
|
||||
.button-secondary,
|
||||
.button-highlighted,
|
||||
#postcustomstuff .submit input {
|
||||
font-family: tahoma;
|
||||
}
|
||||
.ac_results li {
|
||||
text-align: right;
|
||||
}
|
||||
#TB_ajaxContent #options {
|
||||
right: auto;
|
||||
|
||||
Reference in New Issue
Block a user