@@ -353,7 +353,7 @@ function ableplayer_settings_form() {
353353 );
354354 ?>
355355 </p>
356- <p>
356+ <p class="ableplayer-text-input" >
357357 <?php
358358 ableplayer_settings_field (
359359 array (
@@ -383,7 +383,7 @@ function ableplayer_settings_form() {
383383 'name ' => 'disable_elements ' ,
384384 'label ' => __ ( 'Disable MediaElement JS. ' , 'ableplayer ' ),
385385 'type ' => 'checkbox-single ' ,
386- 'note ' => __ ( 'Recommended if using any of the replacement options. ' , 'ableplayer ' ),
386+ 'note ' => __ ( 'Recommended if using any element replacement options. ' , 'ableplayer ' ),
387387 )
388388 );
389389 ?>
@@ -421,7 +421,7 @@ function ableplayer_settings_form() {
421421 );
422422 ?>
423423 </p>
424- <p>
424+ <p class="ableplayer-text-input" >
425425 <?php
426426 ableplayer_settings_field (
427427 array (
@@ -436,7 +436,7 @@ function ableplayer_settings_form() {
436436 );
437437 ?>
438438 </p>
439- <p>
439+ <p class="ableplayer-text-input" >
440440 <?php
441441 ableplayer_settings_field (
442442 array (
@@ -462,7 +462,7 @@ function ableplayer_settings_form() {
462462 );
463463 ?>
464464 </p>
465- <p>
465+ <p class="ableplayer-text-input" >
466466 <?php
467467 ableplayer_settings_field (
468468 array (
0 commit comments