- Timestamp:
- 11/15/2017 06:28:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r42155 r42189 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 } … … 3043 3043 height: calc( 100vh - 295px ); 3044 3044 border: 1px solid #ddd; 3045 box-sizing: border-box; 3045 3046 } 3046 3047 … … 3061 3062 overflow: auto; 3062 3063 padding: 0; 3063 min-height: calc(60vh + 2px);3064 height: calc(100vh - 29 3px);3064 min-height: 60vh; 3065 height: calc(100vh - 295px); 3065 3066 background-color: #f7f7f7; 3066 3067 border: 1px solid #ddd; … … 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; … … 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 3853 } 3854 3853 max-width: 70%; 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;
Note: See TracChangeset
for help on using the changeset viewer.