WordPress.org

Make WordPress Core

Ticket #22453: 22453.image-editor-theme-filter.patch

File 22453.image-editor-theme-filter.patch, 1.6 KB (added by ocean90, 7 months ago)
  • wp-admin/css/wp-admin.css

     
    41464146        color: grey; 
    41474147} 
    41484148 
    4149 .wp_attachment_image, .A1B1 { 
     4149.wp_attachment_image, 
     4150.A1B1 { 
    41504151        overflow: hidden; 
    41514152} 
    41524153 
    4153 .wp_attachment_image .button, .A1B1 .button { 
     4154.wp_attachment_image .button, 
     4155.A1B1 .button { 
    41544156        float: left; 
    41554157} 
    41564158 
    4157 .wp_attachment_image .spinner, .A1B1 .spinner { 
     4159.wp_attachment_image .spinner, 
     4160.A1B1 .spinner { 
    41584161        float: left; 
    41594162        padding: 0 4px 4px; 
    41604163        vertical-align: bottom; 
  • wp-admin/css/wp-admin-rtl.css

     
    10781078  14.2 - Image Editor 
    10791079------------------------------------------------------------------------------*/ 
    10801080 
     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 
    10811091.imgedit-menu div { 
    10821092        float: right; 
    10831093} 
    10841094 
     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 
    10851115.imgedit-help { 
    10861116        font-style: normal; 
    10871117} 
     
    23362366        float: right; 
    23372367} 
    23382368 
    2339 .feature-filter .feature-name { 
    2340         float: right; 
    2341         text-align: left; 
    2342 } 
    2343  
    23442369.feature-filter .feature-group li { 
    2345         float: right; 
    23462370        padding-right: 0; 
    23472371        padding-left: 25px; 
    23482372}