RTL fixes for 3.3, props yoavf SergeyBiryukov rosshanney, see #19042 fixes #18000, fixes #17988, fixes #19006
git-svn-id: http://svn.automattic.com/wordpress/trunk@19080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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