Make WordPress Core

Changeset 2791


Ignore:
Timestamp:
08/18/2005 11:19:06 PM (20 years ago)
Author:
matt
Message:

Better resizing CSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/tinymce/themes/advanced/editor_ui.css

    r2787 r2791  
    161161
    162162.mceResizeBox {
    163     width: 10px;
    164     height: 10px;
    165     display: none;
    166     border: 1px dotted gray;
     163   width: 10px;
     164   height: 10px;
     165   display: none;
     166   border: 1px dotted gray;
     167   margin: 0px;
     168   padding: 0px;
    167169}
     170
Note: See TracChangeset for help on using the changeset viewer.