Changeset 41999
- Timestamp:
- 10/24/2017 08:29:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r41978 r41999 3757 3757 3758 3758 /* Theme/Plugin File Editor */ 3759 3760 #template textarea, 3761 #template .CodeMirror { 3762 box-sizing: border-box; 3763 } 3764 3759 3765 #templateside { 3760 3766 float: none; 3761 3767 width: auto; 3768 } 3769 3770 #templateside > ul { 3771 border-left: 1px solid #ddd; 3762 3772 } 3763 3773 … … 3815 3825 } 3816 3826 .wrap #templateside span.notice { 3817 margin-left: -14px; 3827 margin-left: -5px; 3828 width: 100%; 3818 3829 } 3819 3830 3820 3831 .fileedit-sub .alignright { 3832 float: left; 3821 3833 margin-top: 15px; 3834 width: 100%; 3835 text-align: left; 3836 } 3837 3838 .fileedit-sub .alignright label { 3839 display: block; 3840 } 3841 3842 .fileedit-sub #theme, 3843 .fileedit-sub #plugin { 3844 margin-left: 0; 3845 max-width: 70%; 3846 } 3847 3848 .fileedit-sub input[type="submit"] { 3849 margin-bottom: 0px; 3850 padding: 8px 18px; 3851 } 3852 3853 #documentation label[for="docs-list"] { 3854 display: block; 3855 } 3856 3857 #documentation select[name="docs-list"] { 3858 margin-left: 0; 3859 max-width: 60%; 3860 } 3861 3862 #documentation input[type="button"] { 3863 margin-bottom: 0; 3864 padding: 8px 18px; 3822 3865 } 3823 3866
Note: See TracChangeset
for help on using the changeset viewer.