Plugin Directory

Changeset 2636429


Ignore:
Timestamp:
11/28/2021 05:43:46 AM (4 years ago)
Author:
aleksandrposs
Message:

update css styles in version 1.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contact-form-123/trunk/index.php

    r2636406 r2636429  
    6161  $error = array();
    6262    if (isset($_POST['form_msg_email']) && $_POST['form_msg_email'] == "") {
    63         echo '<p style="border:0px solid black; line-height:20px;margin-bottom:-50px;">You need write email</p><br>';
     63        echo '<p style="border:0px solid black; line-height:20px;margin-bottom:-35px;">You need write email</p><br>';
    6464        $error[] = "You need write email";
    6565   }
Note: See TracChangeset for help on using the changeset viewer.