Changeset 29360
- Timestamp:
- 08/02/2014 07:52:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r29314 r29360 315 315 316 316 .media-sidebar .setting input[type="checkbox"], 317 .media-sidebar .field input[type="checkbox"] { 318 width: 16px; 317 .media-sidebar .field input[type="checkbox"], 318 .media-sidebar .setting input[type="radio"], 319 .media-sidebar .field input[type="radio"] { 319 320 float: none; 320 321 margin: 8px 3px 0; … … 402 403 } 403 404 404 .compat-item .field input { 405 .compat-item .field input[type="text"], 406 .compat-item .field input[type="password"], 407 .compat-item .field input[type="email"], 408 .compat-item .field input[type="number"], 409 .compat-item .field input[type="search"], 410 .compat-item .field input[type="tel"], 411 .compat-item .field input[type="url"] { 405 412 width: 100%; 406 413 margin: 0; … … 2802 2809 } 2803 2810 2811 .edit-attachment-frame input, 2812 .edit-attachment-frame textarea { 2813 padding: 6px 8px; 2814 line-height: 16px; 2815 } 2816 2804 2817 .edit-attachment-frame .attachment-info .details, 2805 2818 .edit-attachment-frame .attachment-info .settings { … … 2839 2852 2840 2853 .edit-attachment-frame .attachment-info .setting input[type="checkbox"], 2841 .edit-attachment-frame .attachment-info .field input[type="checkbox"] { 2842 width: 16px; 2854 .edit-attachment-frame .attachment-info .field input[type="checkbox"], 2855 .edit-attachment-frame .attachment-info .setting input[type="radio"], 2856 .edit-attachment-frame .attachment-info .field input[type="radio"] { 2843 2857 float: none; 2844 2858 margin: 8px 3px 0; … … 2857 2871 .edit-attachment-frame .attachment-info .setting input[type="text"], 2858 2872 .edit-attachment-frame .attachment-info .setting input[type="password"], 2873 .edit-attachment-frame .attachment-info .setting input[type="email"], 2859 2874 .edit-attachment-frame .attachment-info .setting input[type="number"], 2860 2875 .edit-attachment-frame .attachment-info .setting input[type="search"], … … 2866 2881 width: 65%; 2867 2882 float: right; 2868 padding: 6px 8px;2869 2883 -webkit-box-sizing: border-box; 2870 2884 -moz-box-sizing: border-box;
Note: See TracChangeset
for help on using the changeset viewer.