Plugin Directory

Changeset 3160557


Ignore:
Timestamp:
10/01/2024 10:21:08 AM (18 months ago)
Author:
misterplan
Message:

Version 1.1.27

Location:
misterplan
Files:
342 added
4 edited

Legend:

Unmodified
Added
Removed
  • misterplan/trunk/assets/css/motor.css

    r3114836 r3160557  
    1616.MrPlanPlugin_MotorContainer #mrp_contenedor {
    1717    max-width: 100% !important;
     18}
     19
     20.MrPlanPlugin_MotorContainer .rve_casilla_tipo_4 {
     21    width: 90px !important;
     22    text-align: center;
     23}
     24
     25.MrPlanPlugin_MotorContainer .rve_casilla_tipo_4 img{
     26    max-width: 90px;
     27}
     28
     29.MrPlanPlugin_MotorContainer .MrPlanPlugin_CapaMotor select.rve_select_caracteristicas_evnt {
     30    height: 10px !important;
     31    min-height: 20px;
     32    background-color: rgb(255, 255, 255);
     33}
     34.MrPlanPlugin_MotorContainer input {
     35    appearance: auto;
     36    -webkit-appearance: auto;
    1837}
    1938
     
    200219    margin: 0 auto;
    201220    display: flow-root;
     221    color: black !important;
    202222}
    203223
     
    235255    border-color: rgb(204, 204, 204) !important;
    236256    background-color: white !important;
     257    min-height: 34px !important;
     258    max-height: 34px !important;
     259    line-height: 34px !important;
     260    min-height: 34px !important;
     261}
     262.MrPlanPlugin_CapaConfirmacion input[type="text"]:focus, .MrPlanPlugin_CapaConfirmacion input[type="email"]:focus , .MrPlanPlugin_CapaConfirmacion textarea, .MrPlanPlugin_CapaConfirmacion textarea:focus{
     263    color: rgb(85, 85, 85) !important;
     264}
     265.MrPlanPlugin_CapaConfirmacion input[type="checkbox"] {
     266    appearance: auto;
     267    display: block;
     268}
     269.MrPlanPlugin_CapaConfirmacion input[type="checkbox"]:before{
     270    display: none;
     271}
     272
     273.MrPlanPlugin_CapaConfirmacion select {
     274    max-height: 34px;
     275    min-height: 34px !important;
     276    color: rgb(85, 85, 85) !important;
    237277}
    238278
  • misterplan/trunk/class.mrplan_TMrPlanPlugin.php

    r3101067 r3160557  
    4545
    4646        // Estilos
    47         add_action( 'wp_enqueue_scripts',  array(&$this, 'mrplan_add_estilos') , 999999999);
     47        add_action( 'wp_enqueue_style',  array(&$this, 'mrplan_add_estilos') , 999999999);
    4848    }
    4949
  • misterplan/trunk/init.php

    r3148807 r3160557  
    88 * Author: MisterPlan
    99 * Author URI: https://misterplan.es
    10  * Version: 1.1.26
     10 * Version: 1.1.27
    1111 * Text Domain: misterplan
    1212 * Domain Path: /languages
  • misterplan/trunk/readme.txt

    r3148807 r3160557  
    44Tested up to: 6.6.2
    55Requires PHP: 7.2.5
    6 Stable tag: 1.1.26
     6Stable tag: 1.1.27
    77License: GPLv2 or later
    88Contributors: jorgealonso
     
    133133Fixed problems with room id
    134134
     135= 1.1.27 =
     136
     137Compatibility improvements with the Elementor plugin
     138
     139Styling improvements and theme conflicts
     140
    135141== Screenshots ==
    136142
Note: See TracChangeset for help on using the changeset viewer.