Plugin Directory

Changeset 1118670


Ignore:
Timestamp:
03/23/2015 10:59:09 AM (11 years ago)
Author:
chatrify
Message:

Plugin file updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chatrify-live-chat/trunk/wp-chatrify.php

    r1118652 r1118670  
    157157
    158158                <?php if ($this->is_installed()): ?>
    159                 <div class="postbox">
     159                <div class="postbox" style="padding:10px">
    160160                <h3><?php echo _e('Sign in to Chatrify'); ?></h3>
    161161                <div class="postbox_content">
     
    170170                <form method="post" action="?page=chatrify_settings">
    171171                    <h3>Chatrify account</h3>
    172                     <div class="postbox_content">
     172                    <div class="postbox_content" style="padding:10px">
    173173                    <table class="form-table">
    174174                    <tr>
     
    193193                <form method="post" action="?page=chatrify_settings">
    194194                    <h3>Advanced settings</h3>
    195                     <div class="postbox_content">
     195                    <div class="postbox_content" style="padding:10px">
    196196                    <table class="form-table">
    197197                    <tr>
     
    222222                <form method="post" action="?page=chatrify_settings">
    223223                    <h3>Create new Chatrify account</h3>
    224                     <div class="postbox_content">
     224                    <div class="postbox_content" style="padding:10px">
    225225
    226226                    <?php
Note: See TracChangeset for help on using the changeset viewer.