Plugin Directory

Changeset 1940389


Ignore:
Timestamp:
09/12/2018 10:45:53 PM (8 years ago)
Author:
guelben
Message:

css improvements

Location:
responsive-bmi-calculator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • responsive-bmi-calculator/trunk/css/styles.css

    r1938432 r1940389  
    5656   text-decoration: none;
    5757}
     58#imc-estatura{
     59width:70px;
     60}
     61.BMIselect{
     62width:124px
     63}
     64
    5865@media(min-width:998px){
    5966.calculadora-imc-responsive-contenedor{
  • responsive-bmi-calculator/trunk/readme.txt

    r1939000 r1940389  
    11=== Responsive BMI Calculator ===
    2 Contributors: Javier Guelbenzu Solsona
     2Contributors: guelben
    33Tags: bmi,calculator,health,bmi calculator
    44Requires at least: 2.7
     
    3838* Adding a logo
    3939
    40 == Changelog ==
     40
    4141= 1.2 =
    4242* Fixing translation problems
    4343
    44 == Changelog ==
     44
    4545= 1.1 =
    4646* Fixing translation problems
    4747
    48 == Changelog ==
     48
    4949= 1.1 =
    5050* Fixing translation problems
    5151
    52 == Changelog ==
     52
    5353= 1.0 =
    5454* First release
  • responsive-bmi-calculator/trunk/widget.php

    r1938432 r1940389  
    5353        ?>
    5454        <p>
    55         <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php esc_attr_e( 'Title:', 'text_domain' ); ?></label>
     55        <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php esc_attr_e( 'Title:', 'Responsive-BMI-Calculator' ); ?></label>
    5656        <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>">
    5757        </p>
Note: See TracChangeset for help on using the changeset viewer.