Changeset 3047603
- Timestamp:
- 03/08/2024 06:06:04 AM (2 years ago)
- Location:
- pregnancy-calculator
- Files:
-
- 1 added
- 3 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-3.png (added)
-
trunk/css/style.css (modified) (4 diffs)
-
trunk/pregnancy-calculator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pregnancy-calculator/trunk/css/style.css
r3047599 r3047603 10 10 margin: 0; 11 11 } 12 #mhpcnew-container > div {13 padding: 15px;12 #mhpcnew-container > div[class^="mhpcnew-col-"] { 13 padding: 5px; 14 14 display: flex; 15 15 justify-content: center; … … 34 34 color: #fff; 35 35 } 36 .mhpcnew-col-1 h2 {37 color: #fff;36 .mhpcnew-col-1 h2 { 37 color: #fff; 38 38 } 39 39 #mhpcnew-container .mhpc-field-title { … … 68 68 grid-column: 1 / span 2; 69 69 } 70 .mhpc-none {70 .mhpc-none { 71 71 display: none !important; 72 72 } … … 78 78 grid-template-rows: 1fr; 79 79 grid-auto-rows: 1fr; 80 } 81 #mhpcnew-container > div[class^='mhpcnew-col-'] { 82 padding: 2px 15px !important; 80 83 } 81 84 .mhpcnew-col-22, -
pregnancy-calculator/trunk/pregnancy-calculator.php
r3047600 r3047603 5 5 Plugin URI: https://maherhossain.com/pregnancy-calculator/ 6 6 Description: 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. 37 Version: 3.0.4 8 8 Author: Maher Hossain 9 9 Author URI: https://maherhossain.com
Note: See TracChangeset
for help on using the changeset viewer.