Changeset 1940389
- Timestamp:
- 09/12/2018 10:45:53 PM (8 years ago)
- Location:
- responsive-bmi-calculator/trunk
- Files:
-
- 3 edited
-
css/styles.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
responsive-bmi-calculator/trunk/css/styles.css
r1938432 r1940389 56 56 text-decoration: none; 57 57 } 58 #imc-estatura{ 59 width:70px; 60 } 61 .BMIselect{ 62 width:124px 63 } 64 58 65 @media(min-width:998px){ 59 66 .calculadora-imc-responsive-contenedor{ -
responsive-bmi-calculator/trunk/readme.txt
r1939000 r1940389 1 1 === Responsive BMI Calculator === 2 Contributors: Javier Guelbenzu Solsona2 Contributors: guelben 3 3 Tags: bmi,calculator,health,bmi calculator 4 4 Requires at least: 2.7 … … 38 38 * Adding a logo 39 39 40 == Changelog == 40 41 41 = 1.2 = 42 42 * Fixing translation problems 43 43 44 == Changelog == 44 45 45 = 1.1 = 46 46 * Fixing translation problems 47 47 48 == Changelog == 48 49 49 = 1.1 = 50 50 * Fixing translation problems 51 51 52 == Changelog == 52 53 53 = 1.0 = 54 54 * First release -
responsive-bmi-calculator/trunk/widget.php
r1938432 r1940389 53 53 ?> 54 54 <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> 56 56 <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 ); ?>"> 57 57 </p>
Note: See TracChangeset
for help on using the changeset viewer.