Skip to content

Commit

Permalink
Style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 11, 2023
1 parent 81fa928 commit 6ad573c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
}

#wp-to-twitter legend, #wpt_settings_page legend {
padding: 6px 1%;
background: #f3f4f5;
width: 98%;
color: #000;
font-weight: 700;
margin-top: 4px;
margin-bottom: .5rem;
}

#wp-to-twitter .resources {
Expand Down
4 changes: 2 additions & 2 deletions src/wp-to-twitter-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ function wpt_update_settings() {
?>
<div class='wptab wpt_types wpt_<?php echo esc_attr( $slug ); ?>' aria-labelledby='tab_wpt_<?php echo esc_attr( $slug ); ?>' role="tabpanel" id='wpt_<?php echo esc_attr( $slug ); ?>'>
<fieldset>
<legend><?php _e( 'Tweet Templates', 'wp-to-twitter' ); ?></legend>
<legend class="screen-reader-text"><?php _e( 'Tweet Templates', 'wp-to-twitter' ); ?></legend>
<p>
<input type="checkbox" name="wpt_post_types[<?php echo esc_attr( $slug ); ?>][post-published-update]" id="<?php echo esc_attr( $slug ); ?>-post-published-update" value="1" <?php echo wpt_checkbox( 'wpt_post_types', $slug, 'post-published-update' ); ?> />
<label for="<?php echo esc_attr( $slug ); ?>-post-published-update"><strong>
Expand Down Expand Up @@ -361,7 +361,7 @@ function wpt_update_settings() {
?>
<div class='wptab wpt_types wpt_links' id="wpt_links">
<fieldset>
<legend><span><?php _e( 'Links', 'wp-to-twitter' ); ?></span></legend>
<legend class="screen-reader-text"><span><?php _e( 'Links', 'wp-to-twitter' ); ?></span></legend>
<p>
<input type="checkbox" name="jd_twit_blogroll" id="jd_twit_blogroll" value="1" <?php echo wpt_checkbox( 'jd_twit_blogroll' ); ?> />
<label for="jd_twit_blogroll"><strong><?php _e( 'Update X.com when you post a Blogroll link', 'wp-to-twitter' ); ?></strong></label><br/>
Expand Down

0 comments on commit 6ad573c

Please sign in to comment.