Ticket #42554: 42554.diff
| File 42554.diff, 1.4 KB (added by , 8 years ago) |
|---|
-
src/wp-admin/css/common.css
860 860 #media-items a.delete, 861 861 #media-items a.delete-permanently, 862 862 #nav-menu-footer .menu-delete, 863 #delete-link a.delete {863 #delete-link a.delete { 864 864 color: #a00; 865 865 } 866 866 … … 3042 3042 min-height: 60vh; 3043 3043 height: calc( 100vh - 295px ); 3044 3044 border: 1px solid #ddd; 3045 box-sizing: border-box; 3045 3046 } 3046 3047 3047 3048 #templateside > h2 { … … 3760 3761 } 3761 3762 3762 3763 /* Theme/Plugin File Editor */ 3763 3764 #template textarea, 3764 3765 #template textarea, 3765 3766 #template .CodeMirror { 3766 3767 box-sizing: border-box; 3767 3768 } 3768 3769 3769 3770 #templateside { 3770 3771 float: none; 3771 3772 width: auto; 3772 3773 } 3773 3774 3774 3775 #templateside > ul { 3775 3776 border-left: 1px solid #ddd; 3776 3777 } … … 3841 3842 width: 100%; 3842 3843 text-align: left; 3843 3844 } 3844 3845 3845 3846 .fileedit-sub .alignright label { 3846 3847 display: block; 3847 3848 } 3848 3849 .fileedit-sub #theme, 3849 3850 .fileedit-sub #theme, 3850 3851 .fileedit-sub #plugin { 3851 3852 margin-left: 0; 3852 max-width: 70%;3853 max-width: 70%; 3853 3854 } 3854 3855 3855 3856 .fileedit-sub input[type="submit"] { 3856 3857 margin-bottom: 0px; 3857 3858 padding: 8px 18px; 3858 3859 } 3859 3860 3860 3861 #documentation label[for="docs-list"] { 3861 3862 display: block; 3862 3863 } 3863 3864 3864 3865 #documentation select[name="docs-list"] { 3865 3866 margin-left: 0; 3866 3867 max-width: 60%; 3867 3868 } 3868 3869 3869 3870 #documentation input[type="button"] { 3870 3871 margin-bottom: 0; 3871 3872 padding: 8px 18px;