Plugin Directory

Changeset 3047603


Ignore:
Timestamp:
03/08/2024 06:06:04 AM (2 years ago)
Author:
maherhossain
Message:

Design modification and image upload

Location:
pregnancy-calculator
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • pregnancy-calculator/trunk/css/style.css

    r3047599 r3047603  
    1010  margin: 0;
    1111}
    12 #mhpcnew-container > div {
    13   padding: 15px;
     12#mhpcnew-container > div[class^="mhpcnew-col-"] {
     13  padding: 5px;
    1414  display: flex;
    1515  justify-content: center;
     
    3434  color: #fff;
    3535}
    36 .mhpcnew-col-1 h2{
    37     color: #fff;
     36.mhpcnew-col-1 h2 {
     37  color: #fff;
    3838}
    3939#mhpcnew-container .mhpc-field-title {
     
    6868    grid-column: 1 / span 2;
    6969  }
    70     .mhpc-none {
     70  .mhpc-none {
    7171    display: none !important;
    7272  }
     
    7878    grid-template-rows: 1fr;
    7979    grid-auto-rows: 1fr;
     80  }
     81  #mhpcnew-container > div[class^='mhpcnew-col-'] {
     82    padding: 2px 15px !important;
    8083  }
    8184  .mhpcnew-col-22,
  • pregnancy-calculator/trunk/pregnancy-calculator.php

    r3047600 r3047603  
    55Plugin URI: https://maherhossain.com/pregnancy-calculator/
    66Description: The Pregnancy Calculator can estimate a pregnancy schedule based on the provided due date. An estimated due date, usually based on a sonogram, is typically obtained from a health care provider during a prenatal visit. It is also possible to estimate the due date based on the biological cycle using the Due Date Calculator. You can calculate the Pregnancy by using Multiple Criteria.
    7 Version: 3.0.3
     7Version: 3.0.4
    88Author: Maher Hossain
    99Author URI: https://maherhossain.com
Note: See TracChangeset for help on using the changeset viewer.