Make WordPress Core

Ticket #20391: 20391.2.patch

File 20391.2.patch, 2.2 KB (added by ocean90, 12 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    11011101  16.0 - Themes
    11021102------------------------------------------------------------------------------*/
    11031103
    1104 td.available-theme {
    1105         text-align: right;
     1104h3.available-themes {
     1105        float: right;
    11061106}
    11071107
     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;
     1151}
     1152
    11081153#current-theme img {
    11091154        float: right;
     1155        width: 300px;
     1156        margin-left: 0;
     1157        margin-right: -330px;
     1158}
     1159
     1160.theme-options .load-customize {
    11101161        margin-right: 0;
    1111         margin-left: 1em;
     1162        margin-left: 30px;
     1163        float: right;
    11121164}
    11131165
     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        }
     1186}
     1187
    11141188#broken-themes {
    11151189        text-align: right;
    11161190}
  • wp-admin/css/wp-admin.dev.css

     
    42714271------------------------------------------------------------------------------*/
    42724272
    42734273.theme-install-php .tablenav {
    4274         height:auto;
     4274        height: auto;
    42754275}
    42764276
    42774277h3.available-themes {