Ticket #22453: 22453.image-editor-theme-filter.patch
File 22453.image-editor-theme-filter.patch, 1.6 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.css
4146 4146 color: grey; 4147 4147 } 4148 4148 4149 .wp_attachment_image, .A1B1 { 4149 .wp_attachment_image, 4150 .A1B1 { 4150 4151 overflow: hidden; 4151 4152 } 4152 4153 4153 .wp_attachment_image .button, .A1B1 .button { 4154 .wp_attachment_image .button, 4155 .A1B1 .button { 4154 4156 float: left; 4155 4157 } 4156 4158 4157 .wp_attachment_image .spinner, .A1B1 .spinner { 4159 .wp_attachment_image .spinner, 4160 .A1B1 .spinner { 4158 4161 float: left; 4159 4162 padding: 0 4px 4px; 4160 4163 vertical-align: bottom; -
wp-admin/css/wp-admin-rtl.css
1078 1078 14.2 - Image Editor 1079 1079 ------------------------------------------------------------------------------*/ 1080 1080 1081 .wp_attachment_image .button, 1082 .A1B1 .button { 1083 float: right; 1084 } 1085 1086 .wp_attachment_image .spinner, 1087 .A1B1 .spinner { 1088 float: right; 1089 } 1090 1081 1091 .imgedit-menu div { 1082 1092 float: right; 1083 1093 } 1084 1094 1095 .imgedit-crop { 1096 margin: 0; 1097 } 1098 1099 .imgedit-rleft, 1100 .imgedit-flipv, 1101 .imgedit-undo { 1102 margin: 0 8px 0 3px; 1103 } 1104 1105 .imgedit-rright, 1106 .imgedit-fliph, 1107 .imgedit-redo { 1108 margin: 0 3px; 1109 } 1110 1111 .imgedit-applyto img { 1112 margin: 0 0 0 8px; 1113 } 1114 1085 1115 .imgedit-help { 1086 1116 font-style: normal; 1087 1117 } … … 2336 2366 float: right; 2337 2367 } 2338 2368 2339 .feature-filter .feature-name {2340 float: right;2341 text-align: left;2342 }2343 2344 2369 .feature-filter .feature-group li { 2345 float: right;2346 2370 padding-right: 0; 2347 2371 padding-left: 25px; 2348 2372 }