Plugin Directory

Changeset 2505621


Ignore:
Timestamp:
03/30/2021 01:57:54 AM (5 years ago)
Author:
janorkar
Message:

Css fix v3.1.2

Location:
ebecas/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ebecas/trunk/eit-ebecas.php

    r2503729 r2505621  
    55Plugin URI: https://ebecas.com.au/wordpress-plugin
    66Description: Using this plugin students can submit online application directly from school/college website. Submitted application with student details along with course and other products will be recorded in eBecas for further processing.
    7 Version: 3.1.1
     7Version: 3.1.2
    88Requires at least: 5.3
    99Requires PHP: 7.0
     
    3535define( 'EIT_EBECAS_PLUGIN', __FILE__ );
    3636
    37 define( 'EIT_EBECAS_VERSION', '3.0.6' );
     37define( 'EIT_EBECAS_VERSION', '3.1.2' );
    3838
    3939define( 'EIT_EBECAS_REQUIRED_WP_VERSION', '5.3' );
  • ebecas/trunk/includes/css/styles.css

    r2503729 r2505621  
    191191
    192192.eit_application_details {
    193     transition: all .3s;
    194193    width: 100%;
    195194    position: relative;
     
    204203    display: block !important;
    205204    opacity: 1 !important;
    206     transform: translateY(-2.75em) !important;
    207     transform-origin: 0 0 !important;
    208     transition: all .3s !important;
    209205    pointer-events: none;
    210206    width: 100% !important;
     
    218214    border-color: #353535 !important;
    219215    border-style: none none solid none !important;
    220     transition: all .10s !important;
    221216    padding: 5px;
    222217    width: 100% !important;
     
    238233}
    239234
    240 /* .eit_application_details textarea:focus ~ label,
    241 .eit_application_details textarea:not(:placeholder-shown) ~ label {
    242     transform: translateY(-11.5em) scale(.9) !important;
    243 } */
    244235
    245236.eit_application_details:focus-within {
     
    269260    display: block !important;
    270261    opacity: 1 !important;
    271     transform: translateY(-2.75em) !important;
    272     transform-origin: 0 0 !important;
    273     transition: all .3s !important;
    274262    pointer-events: none;
    275263    width: 100% !important;
     
    301289}
    302290
    303 #eit_ebecas_course_date_price input:focus ~ label,
    304 #eit_ebecas_course_date_price input:not(:placeholder-shown) ~ label {
    305     transform: translateY(-4em) scale(.9) !important;
    306 }
     291
    307292
    308293#eit_ebecas_course_date_price:focus-within {
  • ebecas/trunk/readme.txt

    r2503729 r2505621  
    55Requires at least: 5.3
    66Tested up to: 5.7
    7 Stable tag: 3.1.1
     7Stable tag: 3.1.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    119119
    120120== Changelog ==
     121= 3.1.2 =
     122* Fixed the label issue
     123* Modification in the Application Deails section
     124
    121125= 3.1.1 =
    122126* Fixed the placeholder issue
Note: See TracChangeset for help on using the changeset viewer.