Make WordPress Core

Changeset 20514


Ignore:
Timestamp:
04/18/2012 07:28:36 PM (14 years ago)
Author:
koopersmith
Message:

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

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r20456 r20514  
    11021102------------------------------------------------------------------------------*/
    11031103
    1104 td.available-theme {
    1105         text-align: right;
     1104h3.available-themes {
     1105        float: right;
     1106}
     1107
     1108.available-theme {
     1109        margin-right: 0;
     1110        margin-left: 10px;
     1111        padding: 20px 0 20px 20px;
     1112}
     1113
     1114#current-theme .theme-info li,
     1115.theme-options li,
     1116.available-theme .action-links li {
     1117        float: right;
     1118        padding-right: 0;
     1119        padding-left: 10px;
     1120        margin-right: 0;
     1121        margin-left: 10px;
     1122        border-right: none;
     1123        border-left: 1px solid #dfdfdf;
     1124}
     1125
     1126#current-theme .theme-info li:last-child,
     1127.theme-options li:last-child,
     1128.available-theme .action-links li:last-child {
     1129        padding-left: 0;
     1130        margin-right: 0;
     1131        border-left: 0;
     1132}
     1133
     1134.available-theme .action-links .delete-theme {
     1135        float: left;
     1136        margin-left: 0;
     1137}
     1138
     1139.available-theme .action-links p {
     1140        float: right;
     1141}
     1142
     1143#current-theme.has-screenshot {
     1144        padding-left: 0;
     1145        padding-right: 330px;
     1146}
     1147
     1148#current-theme h4 span {
     1149        margin-left: 0;
     1150        margin-right: 20px;
    11061151}
    11071152
    11081153#current-theme img {
    11091154        float: right;
    1110         margin-right: 0;
    1111         margin-left: 1em;
     1155        width: 300px;
     1156        margin-left: 0;
     1157        margin-right: -330px;
     1158}
     1159
     1160.theme-options .load-customize {
     1161        margin-right: 0;
     1162        margin-left: 30px;
     1163        float: right;
     1164}
     1165
     1166.theme-options span {
     1167        float: right;
     1168        margin-right: 0;
     1169        margin-left: 10px;
     1170}
     1171
     1172.theme-options ul {
     1173        float: right;
     1174}
     1175
     1176/* Allow for three-up on 1024px wide screens, e.g. tablets */
     1177@media only screen and (max-width: 1200px) {
     1178        #current-theme.has-screenshot {
     1179                padding-right: 270px;
     1180        }
     1181
     1182        #current-theme img {
     1183                margin-right: -270px;
     1184                width: 240px;
     1185        }
    11121186}
    11131187
  • trunk/wp-admin/css/wp-admin.dev.css

    r20476 r20514  
    42724272
    42734273.theme-install-php .tablenav {
    4274         height:auto;
     4274        height: auto;
    42754275}
    42764276
Note: See TracChangeset for help on using the changeset viewer.