- Timestamp:
- 04/22/2014 08:28:35 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css
r28174 r28184 27 27 max-width: 400px; 28 28 width: auto; 29 } 30 31 .media-embed-details .embed-media-settings .checkbox-setting span { 32 display: inline-block; 29 33 } 30 34 … … 51 55 52 56 .media-embed-details .embed-media-settings .checkbox-setting { 53 width: 100px;54 clear: none;57 float: none; 58 margin: 0 0 10px; 55 59 } 56 60 -
trunk/src/wp-includes/media-template.php
r28182 r28184 855 855 856 856 <label class="setting checkbox-setting"> 857 <input type="checkbox" data-setting="autoplay" /> 857 858 <span><?php _e( 'Autoplay' ); ?></span> 858 <input type="checkbox" data-setting="autoplay" />859 859 </label> 860 860 861 861 <label class="setting checkbox-setting"> 862 <input type="checkbox" data-setting="loop" /> 862 863 <span><?php _e( 'Loop' ); ?></span> 863 <input type="checkbox" data-setting="loop" />864 864 </label> 865 <div class="clear"></div>866 865 </div> 867 866 </div> … … 946 945 947 946 <label class="setting checkbox-setting"> 947 <input type="checkbox" data-setting="autoplay" /> 948 948 <span><?php _e( 'Autoplay' ); ?></span> 949 <input type="checkbox" data-setting="autoplay" />950 949 </label> 951 950 952 951 <label class="setting checkbox-setting"> 952 <input type="checkbox" data-setting="loop" /> 953 953 <span><?php _e( 'Loop' ); ?></span> 954 <input type="checkbox" data-setting="loop" />955 954 </label> 956 <div class="clear"></div>957 955 958 956 <label class="setting" data-setting="content">
Note: See TracChangeset
for help on using the changeset viewer.