RTL for credits. props SergeyBiryukov, see #19143.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-11-04 04:35:06 +00:00
parent 51741405a0
commit 75ec2f756d
5 changed files with 27 additions and 30 deletions

File diff suppressed because one or more lines are too long

View File

@ -37,9 +37,10 @@ TABLE OF CONTENTS:
19.0 - Tools
20.0 - Settings
21.0 - Admin Footer
22.0 - Misc
23.0 - Dead
24.0 - TinyMCE tweaks
22.0 - About Pages
23.0 - Misc
24.0 - Dead
25.0 - TinyMCE tweaks
------------------------------------------------------------------------------*/
@ -1242,7 +1243,18 @@ h2 .nav-tab {
}
/*------------------------------------------------------------------------------
22.0 - Misc
22.0 - About Pages
------------------------------------------------------------------------------*/
.about-wrap li.wp-person,
.about-wrap li.wp-person img.gravatar {
float: right;
margin-right: 0;
margin-left: 10px;
}
/*------------------------------------------------------------------------------
23.0 - Misc
------------------------------------------------------------------------------*/
#template div {
@ -1312,7 +1324,7 @@ table .column-rating {
}
/*------------------------------------------------------------------------------
23.0 - Dead
24.0 - Dead
------------------------------------------------------------------------------*/
/* - Not used anywhere in WordPress - verify and then deprecate
@ -1338,7 +1350,7 @@ table .column-rating {
/*------------------------------------------------------------------------------
24.0 - TinyMCE tweaks
25.0 - TinyMCE tweaks
Small tweaks for until tinymce css files are proprely RTLized
------------------------------------------------------------------------------*/
#editorcontainer .wp_themeSkin .mceStatusbar {

File diff suppressed because one or more lines are too long

View File

@ -4795,18 +4795,14 @@ input.button-highlighted,
-webkit-border-radius: 3px;
border-radius: 3px;
}
.about-wrap .feature-section.angled-left .left-feature {
width: 30%;
}
.about-wrap .feature-section.angled-left .right-feature {
width: 40%;
}
.about-wrap .feature-section.angled-right .left-feature {
width: 40%;
}
.about-wrap .feature-section.angled-left .left-feature,
.about-wrap .feature-section.angled-right .right-feature {
width: 30%;
}
.about-wrap .feature-section.angled-left .right-feature,
.about-wrap .feature-section.angled-right .left-feature {
width: 40%;
}
.about-wrap .return-to-dashboard {
margin: 16px 0 0;
@ -4835,21 +4831,10 @@ input.button-highlighted,
}
.about-wrap li.wp-person img.gravatar {
float: left;
margin-right: 10px;
margin: 0 10px 10px 0;
padding: 2px;
}
.rtl .about-wrap li.wp-person {
float: right;
margin-left: 10px;
}
.rtl .about-wrap li.wp-person img.gravatar {
float: right;
margin-left: 10px;
}
.about-wrap li.wp-person img.gravatar {
width: 60px;
height: 60px;
margin-bottom: 10px;
}
.about-wrap ul.compact li.wp-person img.gravatar {
width: 30px;

View File

@ -431,7 +431,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111103f' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111104' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );