Making WordPress.org

Ticket #6254: 6254.diff

File 6254.diff, 631 bytes (added by aezazshekh, 3 years ago)

added patch

  • wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php

    diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php b/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
    index 722c41411..121989990 100644
    a b function anon_upload_css() { 
    139139                        padding: 4px 12px;
    140140                }
    141141
     142                @media screen and ( max-width: 518px ) {
     143                        #video-upload-form p.last {
     144                                text-align: center;
     145                        }
     146                }
     147
    142148                .page-template-anon-upload-template-php .wptv-hero {
    143149                        padding: 20px;
    144150                }