#22447 closed defect (bug) (fixed)
Update styling for the Edit Image popup in TinyMCE
| Reported by: |  | Owned by: |  | 
|---|---|---|---|
| Milestone: | 3.5 | Priority: | high | 
| Severity: | normal | Version: | 3.5 | 
| Component: | TinyMCE | Keywords: | |
| Focuses: | Cc: | 
Description
As we are using this in 3.5, the css for the iframe would need some updating.
Attachments (1)
Change History (5)
    
      
    #2
  
    
        
          
             @
 @
            
13 years ago
        
    
  
  
    
../../../../../../wp-admin/images/align-none-2x.png works, but isn't valid. We'll need to move those alignment icons into wp-includes to use it here.
koopersmith and I discussed converting this to be a template like everything else. Enables us to reuse existing styles and pieces of HTML to provide a better experience. But, only if we have time. Unfortunately we've approached the long tail of bugs, so this might not be the best use of our time.
    
      
    #3
  
    
        
          
             @
 @
            
13 years ago
        
    
  
  
    
Yes, the (old) Edit Image modal is the only place that uses these icons in 3.5. They are in wp-admin/images because of the old Upload/Insert modal that will be removed. The ../../../../../../wp-admin/images/... may look "ugly" but is the only safe way to reference the icons from wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css.
In 22447.patch:
Also removes the "views" styling from the editor content css.