Plugin Directory

Changeset 2069056


Ignore:
Timestamp:
04/15/2019 09:24:38 PM (7 years ago)
Author:
helpstring
Message:

css fix

Location:
child-height-predictor
Files:
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • child-height-predictor/tags/1.2.1/childheight-style.css

    r2069055 r2069056  
    3030}
    3131
    32 #fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%; }
     32#fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%; }
    3333
    3434#fathersheight label {
     
    4444#shortcode_father-height { width: 50px; border: 1px solid #999999; }
    4545
    46 #mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%;}
     46#mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%;}
    4747
    4848#mothersheight label {
  • child-height-predictor/tags/1.2.1/childheight.php

    r2069055 r2069056  
    55  Description: This plugin predicts the possible height of a baby.
    66  Author: Andreas Ostheimer
    7   Version: 1.2
     7  Version: 1.2.1
    88  Author URI: http://www.ostheimer.at
    99 */
  • child-height-predictor/tags/1.2.1/readme.txt

    r2069055 r2069056  
    55Requires at least: 3.3.2
    66Tested up to: 5.1
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52= 1.2.1 =
     53* CSS Fix
     54
    5255= 1.2 =
    5356* CSS Fix
  • child-height-predictor/trunk/childheight-style.css

    r2069055 r2069056  
    3030}
    3131
    32 #fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%; }
     32#fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%; }
    3333
    3434#fathersheight label {
     
    4444#shortcode_father-height { width: 50px; border: 1px solid #999999; }
    4545
    46 #mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%;}
     46#mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%;}
    4747
    4848#mothersheight label {
  • child-height-predictor/trunk/childheight.php

    r2069055 r2069056  
    55  Description: This plugin predicts the possible height of a baby.
    66  Author: Andreas Ostheimer
    7   Version: 1.2
     7  Version: 1.2.1
    88  Author URI: http://www.ostheimer.at
    99 */
  • child-height-predictor/trunk/readme.txt

    r2069055 r2069056  
    55Requires at least: 3.3.2
    66Tested up to: 5.1
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52= 1.2.1 =
     53* CSS Fix
     54
    5255= 1.2 =
    5356* CSS Fix
Note: See TracChangeset for help on using the changeset viewer.