Changeset 1448282
- Timestamp:
- 07/04/2016 03:37:28 AM (10 years ago)
- Location:
- flirty-leads/tags/2.0
- Files:
-
- 2 edited
-
css/style.css (modified) (2 diffs)
-
flirty-leads.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flirty-leads/tags/2.0/css/style.css
r1448223 r1448282 6 6 /* I use form--complex for forms that have more complex layouts than simple left/right label and field alignment etc */ 7 7 .form--complex { display: flex; flex-direction:row; min-width: 100px; 8 max-width: 185px; /*margin-bottom:40px;*/}8 max-width: 185px;/* margin-bottom:40px;*/} 9 9 10 10 .form__object--fillspace { … … 49 49 } 50 50 51 52 53 54 -
flirty-leads/tags/2.0/flirty-leads.php
r1448223 r1448282 126 126 $key_10_value = get_post_meta( $imageid, '_ecs_owp_btn_color', true ); 127 127 //if ($key_6_value == "") $key_6_value = "left"; 128 128 129 129 130 $firstcontent = substr( $content, 0, ($imgpos)); //beg to img(wo img or) … … 443 444 if($attachment_id) return get_post_meta($attachment_id, '_ecs_owp_btn_text_color', true); 444 445 } 446 445 447 446 448 // Ajax Handler … … 506 508 exit(); 507 509 } 510
Note: See TracChangeset
for help on using the changeset viewer.