Ticket #20391: 20391.2.patch
File 20391.2.patch, 2.2 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.dev.css
1101 1101 16.0 - Themes 1102 1102 ------------------------------------------------------------------------------*/ 1103 1103 1104 td.available-theme{1105 text-align: right;1104 h3.available-themes { 1105 float: right; 1106 1106 } 1107 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; 1151 } 1152 1108 1153 #current-theme img { 1109 1154 float: right; 1155 width: 300px; 1156 margin-left: 0; 1157 margin-right: -330px; 1158 } 1159 1160 .theme-options .load-customize { 1110 1161 margin-right: 0; 1111 margin-left: 1em; 1162 margin-left: 30px; 1163 float: right; 1112 1164 } 1113 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 } 1186 } 1187 1114 1188 #broken-themes { 1115 1189 text-align: right; 1116 1190 } -
wp-admin/css/wp-admin.dev.css
4271 4271 ------------------------------------------------------------------------------*/ 4272 4272 4273 4273 .theme-install-php .tablenav { 4274 height: auto;4274 height: auto; 4275 4275 } 4276 4276 4277 4277 h3.available-themes {