mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
RTL updates from kashani. fixes #8047
git-svn-id: http://svn.automattic.com/wordpress/trunk@10147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
28cc8c8b56
commit
064e0e74f9
@ -30,7 +30,7 @@
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
#dashboard-widgets h3 a {
|
||||
#dashboard-widgets h3 .postbox-title-action {
|
||||
right: auto;
|
||||
left: 30px;
|
||||
}
|
||||
|
@ -25,3 +25,6 @@ form .submit { float: left; }
|
||||
margin-right: 0;
|
||||
direction:ltr;
|
||||
}
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -16,8 +16,8 @@ div.star {
|
||||
margin-left: 200px;
|
||||
}
|
||||
#plugin-information .fyi {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
margin-left: 5px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
#plugin-information .fyi h2 {
|
||||
margin-left: 0;
|
||||
@ -34,3 +34,10 @@ div.star {
|
||||
margin-right: 0;
|
||||
margin-left: 215px;
|
||||
}
|
||||
#plugin-information .updated, #plugin-information .error {
|
||||
clear: none;
|
||||
direction: rtl;
|
||||
}
|
||||
#section-description {
|
||||
direction: ltr;
|
||||
}
|
||||
|
@ -1,19 +1,3 @@
|
||||
/* 2 column liquid layout */
|
||||
div.widget-liquid-left-holder {
|
||||
float: right;
|
||||
clear: right;
|
||||
margin-right: 0;
|
||||
margin-left: -310px;
|
||||
}
|
||||
div.widget-liquid-left {
|
||||
margin-right: 0;
|
||||
margin-left: 320px;
|
||||
}
|
||||
div.widget-liquid-right {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
/* pasitioning etc. */
|
||||
h4.widget-title span {
|
||||
float: right;
|
||||
}
|
||||
@ -41,6 +25,3 @@ li.widget-list-control-item h4.widget-title a,
|
||||
right: auto;
|
||||
left: 1em;
|
||||
}
|
||||
div#current-widgets { /* fix */
|
||||
overflow: auto;
|
||||
}
|
||||
|
@ -110,7 +110,7 @@ td.available-theme {
|
||||
#user_info {
|
||||
float: left;
|
||||
}
|
||||
#logo50 {
|
||||
#header-logo {
|
||||
float: right;
|
||||
margin: 7px 15px 0 0;
|
||||
}
|
||||
@ -183,6 +183,11 @@ td.available-theme {
|
||||
.post-com-count-wrapper {
|
||||
font-family: tahoma;
|
||||
}
|
||||
.column-response .post-com-count {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
/* Tables used on comment.php and option/setting pages */
|
||||
.form-table th,
|
||||
#wpbody-content .describe th {
|
||||
@ -395,9 +400,6 @@ td.action-links, th.action-links {
|
||||
#replyrow #ed_reply_toolbar input {
|
||||
margin: 1px 1px 1px 2px;
|
||||
}
|
||||
.metabox-prefs {
|
||||
padding: 5px 10px 10px 5px;
|
||||
}
|
||||
/* show/hide settings */
|
||||
#screen-meta-links {
|
||||
margin: 0 0 0 9px;
|
||||
@ -406,11 +408,7 @@ td.action-links, th.action-links {
|
||||
#contextual-help-link-wrap {
|
||||
float: left;
|
||||
font-family: Tahoma, "Times New Roman";
|
||||
margin: -1px 0 0 6px;
|
||||
}
|
||||
#screen-options-wrap h5,
|
||||
#contextual-help-wrap h5 {
|
||||
padding: 10px 15px 0 0;
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
.metabox-prefs label {
|
||||
padding-right: 0;
|
||||
@ -424,9 +422,6 @@ td.action-links, th.action-links {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#screen-meta a.show-settings {
|
||||
padding: 0 6px 0 16px;
|
||||
}
|
||||
/* 2500 - 2700
|
||||
=================================== */
|
||||
#bulk-titles div a {
|
||||
@ -530,6 +525,10 @@ td.action-links, th.action-links {
|
||||
float: right;
|
||||
margin: 14px 0 0 6px;
|
||||
}
|
||||
.subtitle {
|
||||
padding-left: 0;
|
||||
padding-right: 25px;
|
||||
}
|
||||
/* TinyMCE
|
||||
=================================== */
|
||||
.clearlooks2 .mceTop .mceLeft {
|
||||
|
Loading…
Reference in New Issue
Block a user