Changeset 2505621
- Timestamp:
- 03/30/2021 01:57:54 AM (5 years ago)
- Location:
- ebecas/trunk
- Files:
-
- 3 edited
-
eit-ebecas.php (modified) (2 diffs)
-
includes/css/styles.css (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ebecas/trunk/eit-ebecas.php
r2503729 r2505621 5 5 Plugin URI: https://ebecas.com.au/wordpress-plugin 6 6 Description: Using this plugin students can submit online application directly from school/college website. Submitted application with student details along with course and other products will be recorded in eBecas for further processing. 7 Version: 3.1. 17 Version: 3.1.2 8 8 Requires at least: 5.3 9 9 Requires PHP: 7.0 … … 35 35 define( 'EIT_EBECAS_PLUGIN', __FILE__ ); 36 36 37 define( 'EIT_EBECAS_VERSION', '3. 0.6' );37 define( 'EIT_EBECAS_VERSION', '3.1.2' ); 38 38 39 39 define( 'EIT_EBECAS_REQUIRED_WP_VERSION', '5.3' ); -
ebecas/trunk/includes/css/styles.css
r2503729 r2505621 191 191 192 192 .eit_application_details { 193 transition: all .3s;194 193 width: 100%; 195 194 position: relative; … … 204 203 display: block !important; 205 204 opacity: 1 !important; 206 transform: translateY(-2.75em) !important;207 transform-origin: 0 0 !important;208 transition: all .3s !important;209 205 pointer-events: none; 210 206 width: 100% !important; … … 218 214 border-color: #353535 !important; 219 215 border-style: none none solid none !important; 220 transition: all .10s !important;221 216 padding: 5px; 222 217 width: 100% !important; … … 238 233 } 239 234 240 /* .eit_application_details textarea:focus ~ label,241 .eit_application_details textarea:not(:placeholder-shown) ~ label {242 transform: translateY(-11.5em) scale(.9) !important;243 } */244 235 245 236 .eit_application_details:focus-within { … … 269 260 display: block !important; 270 261 opacity: 1 !important; 271 transform: translateY(-2.75em) !important;272 transform-origin: 0 0 !important;273 transition: all .3s !important;274 262 pointer-events: none; 275 263 width: 100% !important; … … 301 289 } 302 290 303 #eit_ebecas_course_date_price input:focus ~ label, 304 #eit_ebecas_course_date_price input:not(:placeholder-shown) ~ label { 305 transform: translateY(-4em) scale(.9) !important; 306 } 291 307 292 308 293 #eit_ebecas_course_date_price:focus-within { -
ebecas/trunk/readme.txt
r2503729 r2505621 5 5 Requires at least: 5.3 6 6 Tested up to: 5.7 7 Stable tag: 3.1. 17 Stable tag: 3.1.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 119 119 120 120 == Changelog == 121 = 3.1.2 = 122 * Fixed the label issue 123 * Modification in the Application Deails section 124 121 125 = 3.1.1 = 122 126 * Fixed the placeholder issue
Note: See TracChangeset
for help on using the changeset viewer.