Skip to content

Commit

Permalink
Improve padding on theme options fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpederson committed May 21, 2019
1 parent 67191a6 commit c9aeb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function ta_options_page() {
<h1 class="wp-heading-inline">Twitter Aggregator Settings</h1>
<p>Enter your Twitter API key and oAuth settings generated at <a href="https://dev.twitter.com/apps/new" target="_blank">https://dev.twitter.com/apps/new</a>, and provide a comma-separated list of twitter handles for the tool to fetch.</p>
<hr>
<style>.ta-field { padding: 5px 10px; min-width: 280px; width: 100%; }</style>
<style>.ta-field { padding: 10px; min-width: 280px; width: 100%; }</style>
<form method="post" action="options.php">
<?php

Expand Down

0 comments on commit c9aeb3c

Please sign in to comment.