Nav apraksta

dynamic_global.php 281B

123456789101112131415161718
  1. <style type="text/css">
  2. <?php
  3. if ( isset( $max_width ) && $max_width ) {
  4. print ".um-$form_id.um {
  5. max-width: {$max_width};
  6. }";
  7. }
  8. if ( isset( $align ) && in_array( $align, array( 'left', 'right' ) ) ) {
  9. print ".um-$form_id.um {
  10. margin-$align: 0px !important;
  11. }";
  12. }
  13. ?>
  14. </style>