RTL styles for theme browsing. props ocean90, fixes #20391, see #20403.

git-svn-id: https://develop.svn.wordpress.org/trunk@20514 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-04-18 19:28:36 +00:00
parent 2aff808d88
commit b0dc41a48b
2 changed files with 78 additions and 4 deletions

View File

@ -1101,14 +1101,88 @@ form.upgrade .hint {
16.0 - Themes
------------------------------------------------------------------------------*/
td.available-theme {
text-align: right;
h3.available-themes {
float: right;
}
.available-theme {
margin-right: 0;
margin-left: 10px;
padding: 20px 0 20px 20px;
}
#current-theme .theme-info li,
.theme-options li,
.available-theme .action-links li {
float: right;
padding-right: 0;
padding-left: 10px;
margin-right: 0;
margin-left: 10px;
border-right: none;
border-left: 1px solid #dfdfdf;
}
#current-theme .theme-info li:last-child,
.theme-options li:last-child,
.available-theme .action-links li:last-child {
padding-left: 0;
margin-right: 0;
border-left: 0;
}
.available-theme .action-links .delete-theme {
float: left;
margin-left: 0;
}
.available-theme .action-links p {
float: right;
}
#current-theme.has-screenshot {
padding-left: 0;
padding-right: 330px;
}
#current-theme h4 span {
margin-left: 0;
margin-right: 20px;
}
#current-theme img {
float: right;
width: 300px;
margin-left: 0;
margin-right: -330px;
}
.theme-options .load-customize {
margin-right: 0;
margin-left: 1em;
margin-left: 30px;
float: right;
}
.theme-options span {
float: right;
margin-right: 0;
margin-left: 10px;
}
.theme-options ul {
float: right;
}
/* Allow for three-up on 1024px wide screens, e.g. tablets */
@media only screen and (max-width: 1200px) {
#current-theme.has-screenshot {
padding-right: 270px;
}
#current-theme img {
margin-right: -270px;
width: 240px;
}
}
#broken-themes {

View File

@ -4271,7 +4271,7 @@ span.imgedit-scale-warn {
------------------------------------------------------------------------------*/
.theme-install-php .tablenav {
height:auto;
height: auto;
}
h3.available-themes {