From 65495f366033d2907e9a2c816f2960580e219a7f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 1 May 2012 22:05:35 +0000 Subject: [PATCH] RTL style fixes for the install theme info sidebar. Props ocean90. fixes #20583 git-svn-id: https://develop.svn.wordpress.org/trunk@20673 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin-rtl.dev.css | 20 ++++++++++++++++++++ wp-admin/css/wp-admin.dev.css | 2 ++ 2 files changed, 22 insertions(+) diff --git a/wp-admin/css/wp-admin-rtl.dev.css b/wp-admin/css/wp-admin-rtl.dev.css index 0d1acb05bd..f6bd3d4c6d 100644 --- a/wp-admin/css/wp-admin-rtl.dev.css +++ b/wp-admin/css/wp-admin-rtl.dev.css @@ -42,6 +42,7 @@ TABLE OF CONTENTS: 24.0 - Dead 25.0 - TinyMCE tweaks 26.0 - Full Overlay w/ Sidebar +27.0 - Customize Loader ------------------------------------------------------------------------------*/ @@ -1619,6 +1620,25 @@ table .column-rating { display: none; } +/*------------------------------------------------------------------------------ + 27.0 - Customize Loader +------------------------------------------------------------------------------*/ +.install-theme-info .theme-version, +.install-theme-info .theme-install { + float: left; +} + +.install-theme-info .theme-rating { + float: right; + background: url('../images/stars.png?ver=20120307') repeat-x bottom right; + width: 105px; + margin-right: -5px; +} + +.install-theme-info .theme-rating div { + float: right; + background: url('../images/stars.png?ver=20120307') repeat-x top right; +} /* MERGED */ diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index ed37b49680..7bf2dc283c 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -5338,6 +5338,7 @@ body.full-overlay-active { display: none; padding: 45px 20px 15px; } + .single-theme .install-theme-info { padding-top: 15px; } @@ -5375,6 +5376,7 @@ body.full-overlay-active { float: left; background: url('../images/stars.png?ver=20120307') repeat-x bottom left; } + .install-theme-info .theme-rating div { background: url('../images/stars.png?ver=20120307') repeat-x top left; height: 17px;