mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
RTL fixes for 3.3, props yoavf SergeyBiryukov rosshanney, see #19042 fixes #18000, fixes #17988, fixes #19006
git-svn-id: https://develop.svn.wordpress.org/trunk@19080 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1 +1 @@
|
||||
body#media-upload ul#sidemenu{left:auto;right:0;}#search-filter{text-align:left;}.align .field label{padding:0 23px 0 0;margin:0 3px 0 1em;}.image-align-none-label,.image-align-left-label,.image-align-center-label,.image-align-right-label{background-position:center right;}tr.image-size label{margin:0 5px 0 0;}.crunching{text-align:left;margin-right:0;margin-left:5px;}button.dismiss{right:auto;left:5px;}.file-error{margin:0 50px 5px 0;}.progress{left:auto;right:0;}.describe td{padding:0 0 0 5px;}.bar{border-right-width:0;border-left-width:3px;border-right-style:none;border-left-style:solid;}#media-upload .media-upload-form p{margin:0 0 1em 1em;}#media-upload .describe th.label{text-align:right;}.menu_order{float:left;}.media-upload-form label.form-help,td.help,#media-upload p.help,#media-upload label.help{font-family:Tahoma,Arial;}#gallery-settings #basic th.label{padding:5px 0 5px 5px;}#gallery-settings .title,h3.media-title{font-family:Tahoma,Arial;}#gallery-settings .describe th.label{text-align:right;}#gallery-settings label,#gallery-settings legend{margin-right:0;margin-left:15px;}#gallery-settings .align .field label{margin:0 3px 0 1em;}#sort-buttons{margin:3px 0 -8px 25px;text-align:left;}#sort-buttons #asc,#sort-buttons #showall{padding-left:0;padding-right:5px;}#sort-buttons span{margin-right:0;margin-left:25px;}
|
||||
body#media-upload ul#sidemenu{left:auto;right:0;}#search-filter{text-align:left;}.align .field label{padding:0 23px 0 0;margin:0 3px 0 1em;}.image-align-none-label,.image-align-left-label,.image-align-center-label,.image-align-right-label{background-position:center right;}tr.image-size label{margin:0 5px 0 0;}.crunching{text-align:left;margin-right:0;margin-left:5px;}button.dismiss{right:auto;left:5px;}.file-error{margin:0 50px 5px 0;}.progress{left:auto;right:0;}.describe td{padding:0 0 0 5px;}.bar{border-right-width:0;border-left-width:3px;border-right-style:none;border-left-style:solid;}#media-upload .describe th.label{text-align:right;}.menu_order{float:left;}.media-upload-form label.form-help,td.help,#media-upload p.help,#media-upload label.help{font-family:Tahoma,Arial;}#gallery-settings #basic th.label{padding:5px 0 5px 5px;}#gallery-settings .title,h3.media-title{font-family:Tahoma,Arial;}#gallery-settings .describe th.label{text-align:right;}#gallery-settings label,#gallery-settings legend{margin-right:0;margin-left:15px;}#gallery-settings .align .field label{margin:0 3px 0 1em;}#sort-buttons{margin:3px 0 -8px 25px;text-align:left;}#sort-buttons #asc,#sort-buttons #showall{padding-left:0;padding-right:5px;}#sort-buttons span{margin-right:0;margin-left:25px;}
|
||||
@@ -43,9 +43,6 @@ button.dismiss {
|
||||
}
|
||||
|
||||
/* Specific to Uploader */
|
||||
#media-upload .media-upload-form p {
|
||||
margin: 0 0 1em 1em;
|
||||
}
|
||||
#media-upload .describe th.label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1140,7 +1140,26 @@ h2 .nav-tab {
|
||||
19.0 - Tools
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/* Intentionally didn't RTLized the new press-this button;
|
||||
.pressthis a span {
|
||||
background-position: -20px 5px ;
|
||||
padding: 8px 32px 8px 0;
|
||||
}
|
||||
|
||||
.pressthis a:after {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
background: transparent;
|
||||
transform: skew(-20deg) rotate(-6deg);
|
||||
-webkit-transform: skew(-20deg) rotate(-6deg);
|
||||
-moz-transform: skew(-20deg) rotate(-6deg);
|
||||
}
|
||||
|
||||
|
||||
.pressthis a:hover:after {
|
||||
transform: skew(-20deg) rotate(-9deg);
|
||||
-webkit-transform: skew(-20deg) rotate(-9deg);
|
||||
-moz-transform: skew(-20deg) rotate(-9deg);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
20.0 - Settings
|
||||
@@ -1158,8 +1177,12 @@ h2 .nav-tab {
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#footer {
|
||||
margin-right: 0;
|
||||
margin-left: 15px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#wpcontent,
|
||||
#footer {
|
||||
margin-right: 165px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
@@ -1282,11 +1305,6 @@ table .column-rating {
|
||||
margin-right: 165px;
|
||||
}
|
||||
|
||||
.wp-admin #footer {
|
||||
margin-left: 15px;
|
||||
margin-right: 165px;
|
||||
}
|
||||
|
||||
.folded #wpcontent {
|
||||
margin-left: 0;
|
||||
margin-right: 52px;
|
||||
@@ -1600,38 +1618,33 @@ body.login {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.login form .forgetmenot {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#login form .submit input {
|
||||
font-family: Tahoma, arial;
|
||||
}
|
||||
|
||||
form .submit { float: left; }
|
||||
#backtoblog a {
|
||||
padding: 8px 15px 0 0;
|
||||
.login #nav,
|
||||
.login #backtoblog {
|
||||
margin: 0 16px 0 0;
|
||||
}
|
||||
|
||||
#login_error, .message {
|
||||
#login_error,
|
||||
.login .message {
|
||||
margin: 0 8px 16px 0;
|
||||
}
|
||||
|
||||
#nav { margin: 0 8px 0 0; }
|
||||
#user_pass, #user_login, #user_email {
|
||||
.login #user_pass,
|
||||
.login #user_login,
|
||||
.login #user_email {
|
||||
margin-left: 6px;
|
||||
margin-right: 0;
|
||||
direction:ltr;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
.login h1 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* nav-menu */
|
||||
#nav-menus-frame {
|
||||
margin-right: 300px;
|
||||
@@ -2008,11 +2021,6 @@ h3.tb {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
#footer {
|
||||
padding: 10px 60px 0 0;
|
||||
}
|
||||
|
||||
/* theme-editor */
|
||||
#templateside {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user